Started by user Matthias Mueller Obtained build-release.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.17.0 from branch appng-1.17.x, current snapshot is 1.17.0-SNAPSHOT, next version will be 1.17.1-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.17.x Switched to a new branch 'appng-1.17.x' Branch appng-1.17.x set up to track remote branch appng-1.17.x from origin. [Pipeline] sh [appng] Running shell script + sed -i s/1\.17\.0-SNAPSHOT/1\.17\.1-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\.16\.2/1\.17\.0/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\.0-SNAPSHOT/1\.17\.0/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-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.17.x Your branch is up-to-date with 'origin/appng-1.17.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-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.17.0 [appng-1.17.x ff78552] preparing release 1.17.0 39 files changed, 66 insertions(+), 66 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 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.17.0 [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.17.0/appng-parent-1.17.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.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.17.0/appng-tools-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.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.17.0/appng-mail-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.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.17.0/appng-forms-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.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.17.0/appng-formtags-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: Recompile with -Xlint:deprecation for details. [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.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.17.0/appng-xmlapi-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0.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.17.0/appng-api-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.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.17.0/appng-testsupport-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.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.17.0/appng-persistence-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Recompile with -Xlint:deprecation for details. [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0.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.17.0/appng-search-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.17.0 [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 171 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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0.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.17.0/appng-core-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.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.17.0/appng-tomcat7-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.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.17.0/appng-tomcat8-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.17.0 [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/site/CheckSiteRunning.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.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.17.0/appng-cli-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: Recompile with -Xlint:deprecation for details. [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.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.17.0/appng-taglib-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.17.0 [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.17.0] [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.17.0] [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.17.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [395 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying appng-core-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.17.0.jar [INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcip-annotations-1.0.jar [INFO] Copying 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-forms-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.17.0.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xml-apis-ext-1.3.04.jar [INFO] Copying attoparser-2.0.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/attoparser-2.0.4.RELEASE.jar [INFO] Copying tika-parsers-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.16.jar [INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar [INFO] Copying lucene-sandbox-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-sandbox-6.6.2.jar [INFO] Copying freemarker-2.3.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.23.jar [INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar [INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/grib-4.5.5.jar [INFO] Copying fontbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/fontbox-2.0.6.jar [INFO] Copying jsoup-1.11.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.11.1.jar [INFO] Copying commons-pool2-2.4.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-pool2-2.4.2.jar [INFO] Copying dom4j-1.6.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dom4j-1.6.1.jar [INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-3.17.jar [INFO] Copying maven-scm-api-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-api-1.4.jar [INFO] Copying json-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-1.8.jar [INFO] Copying mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mail-1.4.5.jar [INFO] Copying guava-23.3-jre.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/guava-23.3-jre.jar [INFO] Copying appng-formtags-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.17.0.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 appng-tomcat8-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.17.0.jar [INFO] Copying commons-vfs2-2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-vfs2-2.0.jar [INFO] Copying jackcess-2.1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.8.jar [INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-exec-1.3.jar [INFO] Copying error_prone_annotations-2.0.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/error_prone_annotations-2.0.18.jar [INFO] Copying spring-orm-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-orm-4.3.12.RELEASE.jar [INFO] Copying jboss-transaction-api_1.2_spec-1.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.0.1.Final.jar [INFO] Copying spring-expression-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-expression-4.3.12.RELEASE.jar [INFO] Copying joda-time-2.9.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/joda-time-2.9.9.jar [INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-core-0.8.jar [INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/urlrewritefilter-4.0.4.jar [INFO] Copying spring-aop-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-aop-4.3.12.RELEASE.jar [INFO] Copying Saxon-HE-9.6.0-6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/Saxon-HE-9.6.0-6.jar [INFO] Copying spring-ws-core-2.4.0.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-ws-core-2.4.0.RELEASE.jar [INFO] Copying commons-fileupload-1.3.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-fileupload-1.3.3.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/log4j-1.2.17.jar [INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcommander-1.72.jar [INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcprov-jdk15on-1.54.jar [INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-utils-1.5.1.jar [INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antlr-2.7.7.jar [INFO] Copying hibernate-entitymanager-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.2.12.Final.jar [INFO] Copying pdfbox-tools-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-tools-2.0.6.jar [INFO] Copying apache-mime4j-dom-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar [INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/netcdf4-4.5.5.jar [INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/asm-5.0.4.jar [INFO] Copying geoapi-3.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/geoapi-3.0.0.jar [INFO] Copying javax.ws.rs-api-2.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.ws.rs-api-2.0.1.jar [INFO] Copying appng-tomcat7-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.17.0.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 appng-mail-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.17.0.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-cli-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.17.0.jar [INFO] Copying appng-search-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.17.0.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying 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 appng-taglib-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.17.0.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 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 appng-xmlapi-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.17.0.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 commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying appng-tools-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.17.0.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 appng-api-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.17.0.jar [INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-3.17.jar [INFO] Copying 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 woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar [INFO] Copying HikariCP-2.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-2.7.2.jar [INFO] Copying spring-jdbc-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.12.RELEASE.jar [INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/gson-2.8.1.jar [INFO] Copying sis-netcdf-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-netcdf-0.6.jar [INFO] Copying spring-context-support-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-support-4.3.12.RELEASE.jar [INFO] Copying 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 xmlschema-core-2.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlschema-core-2.2.1.jar [INFO] Copying javax.annotation-api-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.annotation-api-1.2.jar [INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bridge-method-annotation-1.13.jar [INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax2-api-3.1.4.jar [INFO] Copying flyway-core-4.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/flyway-core-4.2.0.jar [INFO] Copying spring-data-jpa-1.11.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.8.RELEASE.jar [INFO] Copying ehcache-core-2.6.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-core-2.6.11.jar [INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmatio-1.2.jar [INFO] Copying batik-util-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-util-1.8.jar [INFO] Copying appng-persistence-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.17.0.jar [INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jna-4.1.0.jar [INFO] Copying lucene-highlighter-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-highlighter-6.6.2.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-dependencies-20180228-1002.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.17.0-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.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.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.17.0/appng-application-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-dependencies-20180228-1002.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.17.0 [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.17.0/appng-application-bom-1.17.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.17.0 [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.17.0.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 images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.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.17.0/appng-documentation-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-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 images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [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.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.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.17.0/appng-template-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.17.0 [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.17.0/appng-template-parent-1.17.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.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.17.0/appng-application-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.17.0 [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.17.0/appng-application-parent-1.17.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.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.17.0/appng-archetype-application-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.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.17.0/appng-appngizer-jaxb-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.17.0 [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.17.0] [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.17.0] [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.17.0] [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.17.0.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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.17.0-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.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.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.17.0/appng-appngizer-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.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.17.0/appng-appngizer-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.17.0 [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.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.17.0/appng-camunda-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.17.0 [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.17.0] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [3657 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.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.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.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.17.0/appng-application-camunda-1.17.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.17.0 [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.17.0.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.17.0 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.17.0.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.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.17.0/appng-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.17.0 [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.17.0] [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.17.0] [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.17.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [28 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.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.17.0-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.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.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.17.0/appng-upngizr-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.642 s] [INFO] appNG Tools ........................................ SUCCESS [ 2.367 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.229 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.448 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.334 s] [INFO] appNG XML-API ...................................... SUCCESS [ 2.770 s] [INFO] appNG public API ................................... SUCCESS [ 2.017 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.561 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.449 s] [INFO] appNG Search ....................................... SUCCESS [ 0.739 s] [INFO] appNG Core Library ................................. SUCCESS [ 2.738 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.354 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.246 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.608 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.476 s] [INFO] appNG Application .................................. SUCCESS [ 5.854 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.079 s] [INFO] appNG Documentation ................................ SUCCESS [ 52.071 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.046 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.014 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.047 s] [INFO] appNG application parent ........................... SUCCESS [ 0.006 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.078 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 1.239 s] [INFO] appNGizer .......................................... SUCCESS [ 34.019 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 1.333 s] [INFO] appNG camunda ...................................... SUCCESS [ 0.606 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 6.370 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 3.654 s] [INFO] upNGizr ............................................ SUCCESS [ 5.365 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:06 min [INFO] Finished at: 2018-02-28T11:04:35+01:00 [INFO] Final Memory: 274M/1573M [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=/srv/www/appng.org/appng/builds/stable -Pmaven-central -Pjavadocs [INFO] Scanning for projects... [INFO] Inspecting build with total of 30 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 30 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG 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.17.0 [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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.poi... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.ui... 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.transformation... Loading source files for package org.appng.xml... Loading source files for package org.appng.xml.application... Loading source files for package org.appng.xml.platform... Loading source files for package org.appng.api... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.search... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.support... 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.support.field... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.testsupport.validation... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport... 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.searcher... 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.core... Loading source files for package org.appng.core.templating... 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.security.signing... Loading source files for package org.appng.core.security... Loading source files for package org.appng.core.domain... Loading source files for package org.appng.core.service... 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.filter... Loading source files for package org.appng.core.controller.handler... Loading source files for package org.appng.core.model... 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.application... Loading source files for package org.appng.cli.commands.property... 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.applicationrole... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.heartbeat... 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.site... 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.search... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.appngizer.model.xml... Loading source files for package org.appng.appngizer.controller... Loading source files for package org.appng.appngizer.model... 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/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/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/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/tools/RandomUtil.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/support/field/FieldConversionFactory.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/poi/class-use/ColumnDefinition.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/poi/class-use/WorkBookHelper.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/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/markup/class-use/XHTML.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/class-use/RandomUtil.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/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/PropertyConstantCreator.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/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/DefaultZipCodeValidator.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/os/class-use/StringConsumer.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/OperatingSystem.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/ui/class-use/StringNormalizer.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/Chunk.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/MailException.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/class-use/Attachment.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/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/impl/class-use/DefaultTransport.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/forms/class-use/Request.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/FormUploadValidator.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/RequestContainer.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/forms/impl/class-use/RequestBean.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/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/class-use/FormProcessProvider.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/Form.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/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/providers/class-use/EmailProvider.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/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/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/application/class-use/ApplicationInfo.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/Permission.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/Datasource.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/Property.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/DatasourceType.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/Template.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/ObjectFactory.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/PackageInfo.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/Config.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/Past.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/SectionConfig.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/UrlSchema.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/Permission.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/ValidationRule.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/ActionRef.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/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/Permissions.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/Messages.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/GetParams.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/PlatformConfig.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/ParamType.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/Authentications.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/Subject.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/SessionInfo.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/Sort.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/OptionGroup.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/Output.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/SelectionGroup.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/Data.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/NotNull.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/Section.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/PermissionMode.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/Params.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/PageReference.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/Textelements.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/Bean.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/Pages.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/MessageType.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/SectionelementDef.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/Resultset.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/SelectionType.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/Validation.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/Structure.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/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/Navigation.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/Condition.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/Label.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/Events.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/PageDefinition.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/Session.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/Action.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/Size.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/FieldType.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/SessionParams.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/MetaData.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/PageConfig.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/SectionDef.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/FileUpload.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/OutputType.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/api/class-use/RequestUtil.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/InvalidConfigurationException.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/ScheduledJob.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/FieldWrapper.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/ProcessingException.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/SoapService.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/SoapClient.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/XMLTaglet.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/ValidationMessages.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/class-use/NotBlank.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/BusinessException.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/GlobalTaglet.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/PermissionProcessor.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/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/ApplicationController.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/ApplicationException.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/PermissionOwner.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/GlobalXMLTaglet.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/RequestSupport.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/PathInfo.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/Scope.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/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/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/ValidationProvider.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/SiteProperties.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/DataProvider.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/messaging/class-use/Sender.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/EventRegistry.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/Event.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/auth/class-use/AuthTools.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/search/class-use/Document.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/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/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/model/class-use/NameProvider.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/Permission.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/Nameable.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/ReverseableComparator.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/Account.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/Role.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/model/class-use/ResourceType.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/AuthSubject.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/UserType.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/Resources.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/Versionable.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/Application.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/MessageSourceChain.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/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/SiteAwareObjectInputStream.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/ApplicationRequest.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/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/ApplicationConfigProviderImpl.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/ConfigValidationError.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/ElementHelper.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/SiteClassLoader.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/PropertyHolder.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/class-use/DummyPermissionProcessor.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/I18n.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/FieldProcessorImpl.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/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/LabelSupport.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/ClassWrapper.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/CallableDataSource.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/PositionalXMLReader.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/HashParameterSupport.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/FileUploadListValidator.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/FileUploadValidator.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/support/environment/class-use/AttributeWrapper.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/field/class-use/FieldConversionFactory.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/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/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/DifferenceHandler.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/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/WritingXmlValidator.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/HsqlServer.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/persistence/class-use/ConnectionInfo.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/HsqlServerFactoryBean.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/persistence/repository/class-use/QueryDslSearchRepository.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/SearchQuery.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/SearchRepository.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/EnversSearchRepository.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/dialect/class-use/HSQLDialect.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/persistence/dialect/class-use/SQLServer2008Dialect.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/SearchProvider.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/searcher/class-use/GermanSearchTermProcessor.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/SearchTermProcessor.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/DateAdapter.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/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/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/SearchFilter.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/Part.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/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/indexer/class-use/SimpleDocument.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/indexer/class-use/GlobalIndexer.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/ParseTags.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/class-use/Redirect.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/ThymeleafReplaceInterceptor.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/ReplaceTagProcessor.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/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.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/SubjectRepository.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/RoleRepository.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/PermissionRepository.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/SiteRepository.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/PlatformEventRepository.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/GroupRepository.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/DatabaseConnectionRepository.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/DatasourceConfigurer.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/HikariCPConfigurer.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/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/Signer.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/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/security/signing/class-use/CertChainValidator.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/CertTools.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/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/class-use/DefaultPasswordPolicy.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/DigestUtil.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/PasswordHandler.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/PermissionImpl.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/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/GroupImpl.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/ValidationPatterns.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/RoleImpl.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/domain/class-use/PersistentPropertyHolder.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/PackageArchiveImpl.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/Auditable.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/PropertyImpl.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/ObjectUtils.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/ResourceImpl.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/ApplicationProperties.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/PropertySupport.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/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/DatabaseService.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/LdapService.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/ApplicationArchiveProcessor.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/HttpHeaders.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/PlatformStartup.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/AppngCache.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/SessionListener.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/MulticastSender.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/SiteStateEvent.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/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/JedisSender.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/RabbitMQBase.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/TribesReceiver.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/RabbitMQSender.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/JedisReceiver.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/CsrfSetupFilter.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/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/MSOfficeUserAgentFilter.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/RestService.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/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/handler/class-use/ErrorPageHandler.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/JspHandler.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/RepositoryUtils.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/PackageWrapper.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/ApplicationProvider.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/ResponseType.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/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/PlatformTransformer.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/PackageArchive.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/RepositoryType.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/RequestProcessor.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/ZipFileProcessor.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/AbstractRequestProcessor.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/RepositoryScheme.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/AccessibleApplication.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/InstallablePackage.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/GetPackageVersionsResponse.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/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/GetPackagesRequest.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/GetCertificationResponse.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/Certification.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/Packages.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/PackageType.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/NoSuchRepositoryException.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/class-use/CliBootstrap.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/CliCore.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/CliEventProvider.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/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/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/ActivateApplication.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/property/class-use/CreateProperty.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/PropertyHelper.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/ListProperties.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/ListPermissions.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/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/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/applicationrole/class-use/AddRole.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/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/template/class-use/DeleteTemplate.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/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/commands/subject/class-use/ListSubjects.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/DeleteSubject.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/group/class-use/AddGroup.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/ListGroups.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/ReloadSite.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/prettytable/class-use/PrettyTable.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/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/Permission.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/MultiSiteSupport.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/Parameter.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/TagletAdapter.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/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/search/class-use/Searchable.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/taglib/search/class-use/Search.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/form/class-use/Form.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/FormGroup.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/Package.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/Subjects.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/Permissions.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/Nameable.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/Property.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/RepositoryType.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/Link.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/Platform.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/ObjectFactory.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/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/Linkable.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/Groups.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/Properties.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/Versions.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/Grants.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/Application.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/Repositories.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/Jaxb2Marshaller.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/SiteApplicationPropertyController.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/RoleController.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/GroupController.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/SubjectController.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/ApplicationController.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/RepositoryController.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/AppNGizerConfigurer.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/PermissionController.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/model/class-use/Applications.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/Subjects.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/Permission.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/Permissions.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/Subject.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/Role.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/Links.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/Roles.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/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/Packages.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/Properties.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/Application.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/Repositories.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/maven/plugins/appngizer/class-use/UploadMojo.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/GenerateMessageConstantsMojo.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/GenerateApplicationConstantsMojo.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/UpNGizrConfig.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/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/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:58: warning - Tag @link: can't find createEvent(Type, String) in org.appng.core.domain.PlatformEventListener [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.17.0 [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 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 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.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.408 s - in org.appng.tools.poi.WorkbookTest [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.image.ImageProcessorTest 2018-02-28 11:06:17,025 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,211 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,235 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,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-02-28 11:06:17,466 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,557 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,643 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,722 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-02-28 11:06:17,800 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: 2.26 s - in org.appng.tools.image.ImageProcessorTest [INFO] Running org.appng.tools.markup.XHTMLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.tools.markup.XHTMLTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2018-02-28 11:06:17,929 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-02-28 11:06:17,933 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-02-28 11:06:17,935 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-02-28 11:06:17,938 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-02-28 11:06:17,943 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2018-02-28 11:06:17,943 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.004 2018-02-28 11:06:17,947 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2018-02-28 11:06:17,947 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-02-28 11:06:17,950 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2018-02-28 11:06:17,950 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-02-28 11:06:17,953 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2018-02-28 11:06:17,953 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.033 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.os.OperatingSystemTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2018-02-28 11:06:17,971 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.tools.os.CommandTest [INFO] Running org.appng.tools.locator.GeoLocatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.appng.tools.locator.GeoLocatorTest [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.052 s - in org.appng.tools.ui.StringNormalizerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, 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.17.0.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="Fri, 23-Feb-2018 10:06:23 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Fri, 23-Feb-2018 10:06:23 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Fri, 23-Feb-2018 10:06:23 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Fri, 23-Feb-2018 10:06:23 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Fri, 23-Feb-2018 10:06:23 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Fri, 23-Feb-2018 10:06:23 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Fri, 23-Feb-2018 10:06:23 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Fri, 23-Feb-2018 10:06:23 GMT" [WARNING] Invalid cookie header: "Set-Cookie: VISITOR=d3e29c25-e76a-4dcc-b130-9e833d0248d6; expires="Sat, 26-Feb-2028 10:06:23 GMT"; httponly; Max-Age=315360000; Path=/". Unable to parse expires attribute: "Sat, 26-Feb-2028 10:06:23 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.poi... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.ui... 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/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/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/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/org/appng/tools/RandomUtil.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/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/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/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/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/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/poi/class-use/FontBuilder.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/WorkBookHelper.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/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/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/class-use/RandomUtil.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/zipcode/class-use/DefaultZipCodeValidator.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/ZipCodeValidatorFactory.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/zipcode/class-use/GermanyZipCodeValidator.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/OperatingSystem.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/locator/class-use/GeoLocator.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/locator/class-use/Coordinate.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/StringNormalizer.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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tools --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.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.17.0/appng-tools-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tools --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.17.0 [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.219 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.17.0.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/MailTransport.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/Attachment.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/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/impl/class-use/MailImpl.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/AttachmentImpl.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-mail --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.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.17.0/appng-mail-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-mail --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.17.0 [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.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.251 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormRequestTest 2018-02-28 11:06:39,684 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-02-28 11:06:39,685 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2018-02-28 11:06:39,685 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-02-28 11:06:39,685 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-02-28 11:06:39,686 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-02-28 11:06:39,686 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-02-28 11:06:39,687 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2018-02-28 11:06:39,691 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2018-02-28 11:06:39,691 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2018-02-28 11:06:39,691 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2018-02-28 11:06:39,723 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-02-28 11:06:39,723 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-02-28 11:06:39,724 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-02-28 11:06:39,724 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-02-28 11:06:39,724 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-02-28 11:06:39,724 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-02-28 11:06:39,724 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-02-28 11:06:39,765 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-02-28 11:06:39,769 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_92.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2018-02-28 11:06:39,800 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-02-28 11:06:39,800 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-02-28 11:06:39,801 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-02-28 11:06:39,801 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-02-28 11:06:39,801 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-02-28 11:06:39,801 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-02-28 11:06:39,801 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-02-28 11:06:39,804 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-02-28 11:06:39,805 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_93.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.RequestTest 2018-02-28 11:06:39,809 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2018-02-28 11:06:39,809 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2018-02-28 11:06:39,809 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.forms.RequestTest [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-02-28 11:06:39,841 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,841 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,841 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,842 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,863 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,864 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-02-28 11:06:39,865 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-02-28 11:06:39,865 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,866 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,866 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,867 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-02-28 11:06:39,867 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-02-28 11:06:39,868 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,868 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,868 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-02-28 11:06:39,870 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-02-28 11:06:39,870 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,870 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,871 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-02-28 11:06:39,872 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-02-28 11:06:39,872 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,873 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,878 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-02-28 11:06:39,878 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-02-28 11:06:39,879 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-02-28 11:06:39,879 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-02-28 11:06:39,880 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-02-28 11:06:39,880 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-02-28 11:06:39,881 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-02-28 11:06:39,881 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-02-28 11:06:39,882 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2018-02-28 11:06:39,882 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-02-28 11:06:39,882 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,883 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,883 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,883 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,883 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2018-02-28 11:06:39,884 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2018-02-28 11:06:39,884 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2018-02-28 11:06:39,885 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,885 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,885 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2018-02-28 11:06:39,886 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,886 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,886 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,886 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,887 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2018-02-28 11:06:39,887 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2018-02-28 11:06:39,888 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,888 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2018-02-28 11:06:39,888 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2018-02-28 11:06:39,888 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2018-02-28 11:06:39,888 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2018-02-28 11:06:39,888 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-02-28 11:06:39,889 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-02-28 11:06:39,889 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-02-28 11:06:39,889 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-02-28 11:06:39,890 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-02-28 11:06:39,890 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-02-28 11:06:39,890 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-02-28 11:06:39,891 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-02-28 11:06:39,891 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,891 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,891 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,892 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,893 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,894 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,894 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,895 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,895 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,896 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,896 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,896 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,896 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,897 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,898 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,898 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,898 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,898 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,899 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,899 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,899 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,900 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,900 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,900 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2018-02-28 11:06:39,901 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2018-02-28 11:06:39,901 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-02-28 11:06:39,901 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-02-28 11:06:39,901 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,901 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,902 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,902 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,903 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,904 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,904 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,904 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,905 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,905 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,905 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,905 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,906 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,906 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,906 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,907 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,908 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,909 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,910 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,910 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-02-28 11:06:39,910 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-02-28 11:06:39,910 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,911 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-02-28 11:06:39,911 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.098 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.17.0.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/FormUploadValidator.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/Request.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/forms/impl/class-use/FormUploadBean.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-forms --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.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.17.0/appng-forms-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-forms --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.17.0 [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.RuleValidationTest 2018-02-28 11:06:48,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,270 [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-02-28 11:06:48,270 [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-02-28 11:06:48,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,270 [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-02-28 11:06:48,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,271 [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-02-28 11:06:48,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,301 [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-02-28 11:06:48,302 [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-02-28 11:06:48,304 [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-02-28 11:06:48,305 [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-02-28 11:06:48,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,308 [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-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,310 [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-02-28 11:06:48,310 [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-02-28 11:06:48,310 [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-02-28 11:06:48,310 [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-02-28 11:06:48,310 [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-02-28 11:06:48,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,310 [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-02-28 11:06:48,312 [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-02-28 11:06:48,313 [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-02-28 11:06:48,313 [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-02-28 11:06:48,314 [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-02-28 11:06:48,314 [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-02-28 11:06:48,315 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,316 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,316 [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-02-28 11:06:48,316 [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-02-28 11:06:48,316 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,316 [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-02-28 11:06:48,316 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,316 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,316 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,316 [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-02-28 11:06:48,317 [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-02-28 11:06:48,317 [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-02-28 11:06:48,317 [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-02-28 11:06:48,317 [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-02-28 11:06:48,317 [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-02-28 11:06:48,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,317 [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-02-28 11:06:48,318 [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-02-28 11:06:48,319 [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-02-28 11:06:48,319 [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-02-28 11:06:48,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,322 [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-02-28 11:06:48,322 [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-02-28 11:06:48,322 [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-02-28 11:06:48,322 [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-02-28 11:06:48,322 [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-02-28 11:06:48,322 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,323 [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-02-28 11:06:48,323 [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-02-28 11:06:48,324 [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-02-28 11:06:48,324 [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-02-28 11:06:48,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,326 [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-02-28 11:06:48,326 [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-02-28 11:06:48,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,326 [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-02-28 11:06:48,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,328 [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-02-28 11:06:48,329 [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-02-28 11:06:48,329 [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-02-28 11:06:48,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,331 [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-02-28 11:06:48,331 [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-02-28 11:06:48,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,331 [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-02-28 11:06:48,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,331 [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-02-28 11:06:48,331 [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-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,333 [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-02-28 11:06:48,333 [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-02-28 11:06:48,338 [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-02-28 11:06:48,338 [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-02-28 11:06:48,339 [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-02-28 11:06:48,340 [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-02-28 11:06:48,340 [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-02-28 11:06:48,341 [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-02-28 11:06:48,341 [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-02-28 11:06:48,342 [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-02-28 11:06:48,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,343 [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-02-28 11:06:48,343 [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-02-28 11:06:48,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-02-28 11:06:48,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,344 [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-02-28 11:06:48,344 [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-02-28 11:06:48,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,347 [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-02-28 11:06:48,348 [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-02-28 11:06:48,348 [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-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,351 [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-02-28 11:06:48,351 [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-02-28 11:06:48,351 [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-02-28 11:06:48,351 [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-02-28 11:06:48,351 [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-02-28 11:06:48,351 [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-02-28 11:06:48,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,352 [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-02-28 11:06:48,353 [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-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,354 [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-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,355 [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-02-28 11:06:48,355 [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-02-28 11:06:48,355 [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-02-28 11:06:48,355 [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-02-28 11:06:48,355 [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-02-28 11:06:48,355 [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-02-28 11:06:48,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,355 [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-02-28 11:06:48,362 [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-02-28 11:06:48,362 [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-02-28 11:06:48,363 [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-02-28 11:06:48,363 [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-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,366 [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-02-28 11:06:48,366 [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-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-02-28 11:06:48,367 [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-02-28 11:06:48,367 [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-02-28 11:06:48,368 [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-02-28 11:06:48,368 [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-02-28 11:06:48,369 [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-02-28 11:06:48,369 [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-02-28 11:06:48,370 [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-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,371 [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-02-28 11:06:48,371 [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-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,371 [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-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,373 [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-02-28 11:06:48,373 [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-02-28 11:06:48,373 [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-02-28 11:06:48,374 [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-02-28 11:06:48,374 [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-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,376 [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-02-28 11:06:48,376 [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-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,376 [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-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,376 [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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,377 [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-02-28 11:06:48,377 [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-02-28 11:06:48,377 [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-02-28 11:06:48,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,377 [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-02-28 11:06:48,378 [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-02-28 11:06:48,378 [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-02-28 11:06:48,379 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,379 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,380 [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-02-28 11:06:48,380 [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-02-28 11:06:48,380 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,380 [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-02-28 11:06:48,380 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,380 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,380 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,380 [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-02-28 11:06:48,380 [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-02-28 11:06:48,380 [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-02-28 11:06:48,380 [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-02-28 11:06:48,381 [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-02-28 11:06:48,381 [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-02-28 11:06:48,381 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,381 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,381 [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-02-28 11:06:48,381 [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-02-28 11:06:48,382 [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-02-28 11:06:48,383 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,383 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,383 [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-02-28 11:06:48,383 [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-02-28 11:06:48,383 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,383 [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-02-28 11:06:48,384 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,384 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,384 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,384 [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-02-28 11:06:48,384 [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-02-28 11:06:48,384 [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-02-28 11:06:48,384 [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-02-28 11:06:48,384 [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-02-28 11:06:48,385 [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-02-28 11:06:48,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,385 [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-02-28 11:06:48,385 [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-02-28 11:06:48,386 [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-02-28 11:06:48,386 [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-02-28 11:06:48,387 [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-02-28 11:06:48,387 [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-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,389 [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-02-28 11:06:48,389 [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-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,389 [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-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,390 [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-02-28 11:06:48,390 [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-02-28 11:06:48,390 [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-02-28 11:06:48,390 [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-02-28 11:06:48,390 [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-02-28 11:06:48,390 [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-02-28 11:06:48,390 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,390 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,390 [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-02-28 11:06:48,391 [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-02-28 11:06:48,391 [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-02-28 11:06:48,392 [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-02-28 11:06:48,392 [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-02-28 11:06:48,393 [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-02-28 11:06:48,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,395 [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-02-28 11:06:48,395 [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-02-28 11:06:48,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,395 [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-02-28 11:06:48,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,396 [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-02-28 11:06:48,396 [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-02-28 11:06:48,396 [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-02-28 11:06:48,396 [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-02-28 11:06:48,396 [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-02-28 11:06:48,396 [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-02-28 11:06:48,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,396 [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-02-28 11:06:48,397 [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-02-28 11:06:48,398 [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-02-28 11:06:48,399 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,399 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,399 [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-02-28 11:06:48,399 [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-02-28 11:06:48,400 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,400 [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-02-28 11:06:48,400 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,400 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,400 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,400 [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-02-28 11:06:48,400 [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-02-28 11:06:48,400 [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-02-28 11:06:48,400 [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-02-28 11:06:48,400 [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-02-28 11:06:48,401 [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-02-28 11:06:48,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,401 [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-02-28 11:06:48,402 [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-02-28 11:06:48,402 [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-02-28 11:06:48,403 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,403 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,403 [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-02-28 11:06:48,403 [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-02-28 11:06:48,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,404 [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-02-28 11:06:48,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,404 [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-02-28 11:06:48,404 [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-02-28 11:06:48,404 [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-02-28 11:06:48,404 [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-02-28 11:06:48,404 [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-02-28 11:06:48,404 [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-02-28 11:06:48,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,405 [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-02-28 11:06:48,405 [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-02-28 11:06:48,406 [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-02-28 11:06:48,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,407 [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-02-28 11:06:48,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-02-28 11:06:48,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,408 [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-02-28 11:06:48,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,408 [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-02-28 11:06:48,408 [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-02-28 11:06:48,408 [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-02-28 11:06:48,408 [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-02-28 11:06:48,408 [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-02-28 11:06:48,409 [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-02-28 11:06:48,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,409 [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-02-28 11:06:48,410 [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-02-28 11:06:48,410 [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-02-28 11:06:48,411 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,411 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,412 [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-02-28 11:06:48,412 [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-02-28 11:06:48,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,412 [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-02-28 11:06:48,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,412 [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-02-28 11:06:48,412 [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-02-28 11:06:48,412 [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-02-28 11:06:48,412 [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-02-28 11:06:48,412 [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-02-28 11:06:48,413 [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-02-28 11:06:48,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,413 [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-02-28 11:06:48,413 [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-02-28 11:06:48,414 [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-02-28 11:06:48,414 [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-02-28 11:06:48,415 [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.522 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2018-02-28 11:06:48,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,440 [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-02-28 11:06:48,441 [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-02-28 11:06:48,441 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,441 [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-02-28 11:06:48,441 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,441 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,441 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,441 [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-02-28 11:06:48,441 [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-02-28 11:06:48,441 [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-02-28 11:06:48,441 [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-02-28 11:06:48,441 [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-02-28 11:06:48,441 [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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,442 [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-02-28 11:06:48,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,529 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,529 [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-02-28 11:06:48,529 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,529 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,529 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,529 [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-02-28 11:06:48,529 [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-02-28 11:06:48,529 [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-02-28 11:06:48,529 [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-02-28 11:06:48,529 [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-02-28 11:06:48,529 [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-02-28 11:06:48,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,530 [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-02-28 11:06:48,530 [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-02-28 11:06:48,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,533 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,533 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,533 [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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,534 [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-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,536 [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-02-28 11:06:48,536 [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-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,536 [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-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,536 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,536 [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-02-28 11:06:48,536 [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-02-28 11:06:48,536 [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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,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-02-28 11:06:48,537 [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-02-28 11:06:48,539 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,539 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,540 [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-02-28 11:06:48,540 [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-02-28 11:06:48,540 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,540 [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-02-28 11:06:48,540 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,540 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,540 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,540 [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-02-28 11:06:48,540 [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-02-28 11:06:48,540 [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-02-28 11:06:48,541 [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-02-28 11:06:48,541 [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-02-28 11:06:48,541 [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-02-28 11:06:48,541 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,541 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,541 [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-02-28 11:06:48,541 [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-02-28 11:06:48,543 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,543 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,543 [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-02-28 11:06:48,543 [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-02-28 11:06:48,544 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,544 [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-02-28 11:06:48,544 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,544 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,544 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,544 [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-02-28 11:06:48,544 [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-02-28 11:06:48,544 [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-02-28 11:06:48,544 [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-02-28 11:06:48,544 [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-02-28 11:06:48,544 [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-02-28 11:06:48,544 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,545 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,545 [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-02-28 11:06:48,545 [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-02-28 11:06:48,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,547 [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-02-28 11:06:48,547 [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-02-28 11:06:48,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,547 [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-02-28 11:06:48,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,548 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,548 [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-02-28 11:06:48,548 [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-02-28 11:06:48,548 [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-02-28 11:06:48,548 [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-02-28 11:06:48,548 [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-02-28 11:06:48,548 [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-02-28 11:06:48,548 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,548 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,548 [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-02-28 11:06:48,549 [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-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,551 [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-02-28 11:06:48,551 [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-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,551 [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-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,551 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,552 [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-02-28 11:06:48,552 [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-02-28 11:06:48,552 [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-02-28 11:06:48,552 [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-02-28 11:06:48,552 [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-02-28 11:06:48,552 [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-02-28 11:06:48,552 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,552 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,552 [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-02-28 11:06:48,553 [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-02-28 11:06:48,554 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,554 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,554 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,555 [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-02-28 11:06:48,555 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,555 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,555 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,555 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [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-02-28 11:06:48,555 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,556 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,556 [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-02-28 11:06:48,556 [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-02-28 11:06:48,558 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,558 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,559 [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-02-28 11:06:48,559 [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-02-28 11:06:48,559 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,559 [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-02-28 11:06:48,559 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,559 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,559 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,559 [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-02-28 11:06:48,559 [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-02-28 11:06:48,559 [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-02-28 11:06:48,559 [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-02-28 11:06:48,560 [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-02-28 11:06:48,560 [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-02-28 11:06:48,560 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,560 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,560 [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-02-28 11:06:48,560 [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-02-28 11:06:48,562 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,562 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,562 [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-02-28 11:06:48,562 [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-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,563 [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-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,563 [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-02-28 11:06:48,563 [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-02-28 11:06:48,563 [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-02-28 11:06:48,563 [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-02-28 11:06:48,563 [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-02-28 11:06:48,563 [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-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,563 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,564 [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-02-28 11:06:48,564 [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-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,566 [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-02-28 11:06:48,566 [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-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,566 [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-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,566 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,567 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,567 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,567 [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-02-28 11:06:48,567 [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-02-28 11:06:48,569 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,569 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,569 [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-02-28 11:06:48,569 [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-02-28 11:06:48,569 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,570 [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-02-28 11:06:48,570 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,570 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,570 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,570 [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-02-28 11:06:48,570 [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-02-28 11:06:48,570 [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-02-28 11:06:48,570 [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-02-28 11:06:48,570 [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-02-28 11:06:48,570 [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-02-28 11:06:48,570 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,570 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,570 [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-02-28 11:06:48,571 [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-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,585 [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-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [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-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,585 [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-02-28 11:06:48,586 [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-02-28 11:06:48,587 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,587 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,587 [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-02-28 11:06:48,587 [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-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,588 [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-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,588 [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-02-28 11:06:48,588 [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-02-28 11:06:48,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,590 [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-02-28 11:06:48,590 [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-02-28 11:06:48,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,590 [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-02-28 11:06:48,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,591 [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-02-28 11:06:48,591 [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-02-28 11:06:48,591 [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-02-28 11:06:48,591 [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-02-28 11:06:48,591 [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-02-28 11:06:48,591 [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-02-28 11:06:48,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,591 [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-02-28 11:06:48,592 [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-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,593 [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-02-28 11:06:48,593 [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-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,593 [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-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,593 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,593 [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-02-28 11:06:48,593 [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-02-28 11:06:48,594 [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-02-28 11:06:48,594 [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-02-28 11:06:48,594 [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-02-28 11:06:48,594 [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-02-28 11:06:48,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,594 [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-02-28 11:06:48,594 [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-02-28 11:06:48,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,595 [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-02-28 11:06:48,595 [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-02-28 11:06:48,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,595 [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-02-28 11:06:48,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,596 [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-02-28 11:06:48,596 [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-02-28 11:06:48,596 [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-02-28 11:06:48,596 [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-02-28 11:06:48,596 [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-02-28 11:06:48,596 [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-02-28 11:06:48,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,596 [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-02-28 11:06:48,597 [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-02-28 11:06:48,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,598 [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-02-28 11:06:48,598 [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-02-28 11:06:48,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,598 [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-02-28 11:06:48,599 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,599 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,599 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,599 [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-02-28 11:06:48,599 [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-02-28 11:06:48,599 [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-02-28 11:06:48,599 [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-02-28 11:06:48,599 [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-02-28 11:06:48,599 [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-02-28 11:06:48,599 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,599 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,599 [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-02-28 11:06:48,600 [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-02-28 11:06:48,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,601 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,602 [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-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,602 [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-02-28 11:06:48,602 [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-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,604 [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-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [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-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,604 [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-02-28 11:06:48,605 [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-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,606 [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-02-28 11:06:48,606 [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-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,606 [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-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,606 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,606 [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-02-28 11:06:48,606 [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-02-28 11:06:48,606 [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-02-28 11:06:48,606 [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-02-28 11:06:48,607 [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-02-28 11:06:48,607 [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-02-28 11:06:48,607 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,607 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,607 [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-02-28 11:06:48,607 [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-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,609 [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-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [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-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,609 [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-02-28 11:06:48,610 [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-02-28 11:06:48,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,612 [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-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [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-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,612 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,612 [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-02-28 11:06:48,613 [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-02-28 11:06:48,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,615 [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-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [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-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,615 [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-02-28 11:06:48,616 [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-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,617 [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-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [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-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,617 [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-02-28 11:06:48,618 [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-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,619 [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-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [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-02-28 11:06:48,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,620 [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-02-28 11:06:48,620 [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-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,622 [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-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [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-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,623 [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-02-28 11:06:48,623 [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-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,624 [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-02-28 11:06:48,624 [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-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,624 [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-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,624 [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-02-28 11:06:48,624 [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-02-28 11:06:48,625 [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-02-28 11:06:48,625 [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-02-28 11:06:48,625 [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-02-28 11:06:48,625 [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-02-28 11:06:48,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,625 [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-02-28 11:06:48,625 [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-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,626 [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-02-28 11:06:48,626 [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-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,626 [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-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,626 [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-02-28 11:06:48,626 [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-02-28 11:06:48,627 [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-02-28 11:06:48,627 [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-02-28 11:06:48,627 [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-02-28 11:06:48,627 [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-02-28 11:06:48,627 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,627 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,627 [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-02-28 11:06:48,627 [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-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,629 [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-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,629 [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-02-28 11:06:48,629 [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.213 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.FormElementTest 2018-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,634 [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-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [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-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,634 [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-02-28 11:06:48,635 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,643 [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-02-28 11:06:48,643 [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-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,643 [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-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,643 [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-02-28 11:06:48,643 [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-02-28 11:06:48,643 [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-02-28 11:06:48,643 [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-02-28 11:06:48,644 [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-02-28 11:06:48,644 [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-02-28 11:06:48,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,644 [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-02-28 11:06:48,644 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2018-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,645 [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-02-28 11:06:48,645 [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-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,645 [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-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,645 [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-02-28 11:06:48,645 [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-02-28 11:06:48,645 [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-02-28 11:06:48,645 [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-02-28 11:06:48,646 [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-02-28 11:06:48,646 [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-02-28 11:06:48,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,646 [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-02-28 11:06:48,646 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2018-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,648 [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-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [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-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,648 [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-02-28 11:06:48,648 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2018-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,650 [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-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [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-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,651 [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-02-28 11:06:48,651 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-02-28 11:06:48,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,653 [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-02-28 11:06:48,653 [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-02-28 11:06:48,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,653 [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-02-28 11:06:48,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,654 [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-02-28 11:06:48,654 [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-02-28 11:06:48,654 [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-02-28 11:06:48,654 [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-02-28 11:06:48,654 [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-02-28 11:06:48,654 [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-02-28 11:06:48,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,654 [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-02-28 11:06:48,654 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-02-28 11:06:48,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-02-28 11:06:48,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-02-28 11:06:48,655 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-02-28 11:06:48,656 [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-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-02-28 11:06:48,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-02-28 11:06:48,656 [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-02-28 11:06:48,656 [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.021 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2018-02-28 11:06:48,677 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2018-02-28 11:06:48,679 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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.17.0.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/Form.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/RuleValidation.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/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/FormGroup.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/LogFormData.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-formtags --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.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.17.0/appng-formtags-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-formtags --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 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.transformation.StyleSheetProviderTest 2018-02-28 11:06:57,917 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2018-02-28 11:06:57,917 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Running org.appng.xml.MarshallServiceTest 2018-02-28 11:06:58,683 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-02-28 11:06:58,683 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-02-28 11:06:58,684 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-02-28 11:06:58,684 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-02-28 11:06:58,686 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-02-28 11:06:58,686 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-02-28 11:06:58,688 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-02-28 11:06:58,688 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-02-28 11:06:58,690 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-02-28 11:06:58,690 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-02-28 11:06:58,691 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-02-28 11:06:58,691 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-02-28 11:06:58,691 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-02-28 11:06:58,691 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-02-28 11:06:58,692 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-02-28 11:06:58,692 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-02-28 11:06:58,692 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-02-28 11:06:58,692 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-02-28 11:06:58,693 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-02-28 11:06:58,693 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-02-28 11:06:58,693 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-02-28 11:06:58,693 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-02-28 11:06:58,694 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-02-28 11:06:58,694 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-02-28 11:06:58,694 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-02-28 11:06:58,694 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-02-28 11:06:58,695 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-02-28 11:06:58,695 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-02-28 11:06:58,696 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-02-28 11:06:58,696 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-02-28 11:06:58,699 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-02-28 11:06:58,699 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-02-28 11:06:58,709 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-02-28 11:06:58,709 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-02-28 11:06:58,713 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-02-28 11:06:58,713 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-02-28 11:06:58,716 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-02-28 11:06:58,716 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-02-28 11:06:58,720 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-02-28 11:06:58,720 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-02-28 11:06:59,088 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@5136d012: 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-02-28 11:06:59,088 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@5136d012: 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: 0.591 s - in org.appng.xml.MarshallServiceTest [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.17.0.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/transformation/Transformer.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/package-info.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/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/MarshallService.java... 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/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/PermissionRef.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/Template.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/Property.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/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Properties.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/TemplateType.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/Roles.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/Permission.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/platform/Size.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/SessionParams.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/PanelLocation.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/Pattern.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/Authentications.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/PagesReference.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/Localization.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/Template.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/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/Event.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/UserData.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/Textelements.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/MetaData.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/Events.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/Sort.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/Result.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/ApplicationReference.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/OutputFormat.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/TextElement.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/Config.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/Max.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/Platform.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/NotNull.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/Bean.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/Labels.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/Output.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/Condition.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/Datasource.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/DatasourceRef.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/StructureDef.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/NavigationItem.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/Link.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/ActionRef.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/Label.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/Permission.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/SectionConfig.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/Pages.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/ItemType.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/FieldType.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/SelectionType.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/Authentication.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/OutputType.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/PageDefinition.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/SectionDef.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/Subject.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/package-info.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/SectionelementDef.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/Messages.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/Type.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/Future.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/Action.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/Transformer.html... 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/class-use/BaseObject.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/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/application/class-use/ObjectFactory.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/Datasources.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/Role.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/PackageInfo.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/Properties.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/TemplateType.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/Roles.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/Permission.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/PostParams.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/ObjectFactory.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/Validation.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/FieldDef.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/Params.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/Datasources.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/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/Template.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/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/Event.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/UserData.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/Textelements.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/MetaData.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/Events.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/Sort.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/Result.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/ApplicationReference.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/OutputFormat.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/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/BeanOption.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/Section.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/PermissionMode.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/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/NotNull.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/Bean.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/Labels.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/Output.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/Condition.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/Datasource.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/DatasourceRef.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/StructureDef.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/NavigationItem.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/Link.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/ActionRef.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/Label.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/Permission.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/SectionConfig.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/Pages.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/ItemType.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/FieldType.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/SelectionType.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/Authentication.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/OutputType.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/PageDefinition.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/SectionDef.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/Subject.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/Sectionelement.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/PageConfig.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/Icon.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/FileUpload.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/ApplicationRootConfig.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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-xmlapi --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.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.17.0/appng-xmlapi-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-xmlapi --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.17.0 [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 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 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.ConfigValidatorTest 2018-02-28 11:07:16,918 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-02-28 11:07:16,928 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-02-28 11:07:16,932 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-02-28 11:07:16,936 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-02-28 11:07:16,937 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-02-28 11:07:16,941 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2018-02-28 11:07:17,386 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-02-28 11:07:17,396 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-02-28 11:07:17,407 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-02-28 11:07:17,415 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-02-28 11:07:17,422 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-02-28 11:07:17,428 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-02-28 11:07:17,493 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-02-28 11:07:17,499 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-02-28 11:07:17,504 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-02-28 11:07:17,509 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-02-28 11:07:17,515 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-02-28 11:07:17,519 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-02-28 11:07:17,621 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-02-28 11:07:17,627 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-02-28 11:07:17,633 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-02-28 11:07:17,638 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-02-28 11:07:17,643 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-02-28 11:07:17,648 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-02-28 11:07:17,651 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-02-28 11:07:17,655 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-02-28 11:07:17,660 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-02-28 11:07:17,663 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-02-28 11:07:17,667 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-02-28 11:07:17,728 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 378ms 2018-02-28 11:07:17,729 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-02-28 11:07:17,736 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-02-28 11:07:17,745 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-02-28 11:07:17,770 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2018-02-28 11:07:17,773 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.787 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.FormDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 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.01 s - in org.appng.api.auth.AuthToolsTest [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.51 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.RequestDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.DataContainerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.api.DataContainerTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest 2018-02-28 11:07:18,711 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.appng.api.support.validation.FileUploadValidatorTest [INFO] Running org.appng.api.support.environment.EnvironmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.RequestSupportTest 2018-02-28 11:07:19,189 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-02-28 11:07:19,194 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2018-02-28 11:07:19,194 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2018-02-28 11:07:19,200 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.ResultServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.HttpHeaderUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.appng.api.support.CallableActionTest [INFO] Running org.appng.api.support.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.SortParamSupportTest [INFO] Running org.appng.api.support.ScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.CallableDataSourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.appng.api.support.ValidationProviderTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2018-02-28 11:07:20,535 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2018-02-28 11:07:20,543 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.052 s - in org.appng.api.support.field.IntegerFieldConverterTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.appng.api.support.field.ObjectFieldConverterTest [INFO] Running org.appng.api.support.field.ListFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.FileFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2018-02-28 11:07:20,701 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.022 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2018-02-28 11:07:20,775 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.072 s - in org.appng.api.support.field.DateFieldConverterDateTimeTest [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.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.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.ElementHelperTest [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2018-02-28 11:07:20,880 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-02-28 11:07:20,884 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-02-28 11:07:20,886 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-02-28 11:07:20,889 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-02-28 11:07:20,892 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-02-28 11:07:20,892 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-02-28 11:07:20,892 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-02-28 11:07:20,892 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-02-28 11:07:20,892 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-02-28 11:07:20,892 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.038 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.OptionImplTest [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] [INFO] Results: [INFO] [WARNING] Tests run: 229, 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.17.0.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.messaging... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.search... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.support... 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.support.field... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.observe... 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/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/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/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/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/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/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/support/field/FieldConversionFactory.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/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/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/ApplicationConfigProvider.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/ActionProvider.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/Scope.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/Option.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/FormProcessProvider.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/RequestSupport.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/FieldWrapper.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/ValidationProvider.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/NotBlank.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/MessageParam.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/InvalidConfigurationException.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/FieldProcessor.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/Path.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/AttachmentWebservice.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/Webservice.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/class-use/SoapClient.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/SoapService.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/PageProcessor.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/ResultService.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/PermissionProcessor.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/ScheduledJob.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/VHostMode.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/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/Taglet.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/Receiver.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/EventRegistry.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/Messaging.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/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/search/class-use/BlockingQueueAccessor.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/Producer.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/Consumer.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/model/class-use/Identifiable.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/AuthSubject.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/SimpleProperty.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/FeatureProvider.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/model/class-use/ApplicationSubject.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/Versionable.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/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/Group.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/Properties.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/NameProvider.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/ResourceType.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/Property.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/Identifier.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/Resources.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/MessageSourceChain.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/OptionImpl.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/OptionsImpl.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/LabelSupport.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/CallableDataSource.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/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/RequestSupportImpl.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/SiteAwareObjectInputStream.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/ResultServiceImpl.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/DollarParameterSupport.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/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/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/PropertyHolder.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/DummyPermissionProcessor.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/ClassWrapper.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/I18n.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/HashParameterSupport.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/ConfigValidationError.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/validation/class-use/LocalizedMessageInterpolator.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/environment/class-use/EnvironmentKeys.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/DefaultEnvironment.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/support/field/class-use/FieldConversionFactory.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/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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0.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.17.0/appng-api-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.17.0 [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 7 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.validation.WritingJsonValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Running org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.398 s - in org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.017 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Running org.appng.testsupport.SimpleApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, 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.17.0.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.validation... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport... 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/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/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/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/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/validation/class-use/TextValueDifferenceHandler.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/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/XPathDifferenceHandler.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/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/TestDataProvider.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/ConnectionInfo.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/persistence/class-use/HsqlServerFactoryBean.html... 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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-testsupport --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.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.17.0/appng-testsupport-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-testsupport --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.17.0 [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.QueryDslSearchRepositoryTest [Server@4566e5bd]: Startup sequence initiated from main() method [Server@4566e5bd]: Could not load properties from file [Server@4566e5bd]: Using cli/default properties only [Server@4566e5bd]: Initiating startup sequence... [Server@4566e5bd]: Server socket opened successfully in 6 ms. 2018-02-28 11:07:57,846 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Checkpoint start 2018-02-28 11:07:57,847 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: checkpointClose start 2018-02-28 11:07:57,855 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: checkpointClose synched 2018-02-28 11:07:57,869 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: checkpointClose script done 2018-02-28 11:07:57,894 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: checkpointClose end 2018-02-28 11:07:57,894 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Checkpoint end - txts: 1 [Server@4566e5bd]: Database [index=0, id=0, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 406 ms. [Server@4566e5bd]: Startup sequence completed in 413 ms. [Server@4566e5bd]: 2018-02-28 11:07:57.909 HSQLDB server 2.4.0 is online on port 9001 [Server@4566e5bd]: To close normally, connect and execute SHUTDOWN SQL [Server@4566e5bd]: From command line, use [Ctrl]+[C] to abort abruptly 2018-02-28 11:07:58,143 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a17b7b6: startup date [Wed Feb 28 11:07:58 CET 2018]; root of context hierarchy 2018-02-28 11:07:58,604 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-02-28 11:07:58,605 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:07:58,628 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:07:58,792 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-02-28 11:07:58,794 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-02-28 11:07:58,849 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-02-28 11:07:59,068 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:07:59,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:07:59,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:07:59,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:07:59,073 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:07:59,218 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:07:59,297 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:00,999 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-02-28 11:08:01,755 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@68868328] 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-02-28 11:08:01,758 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.appng.persistence.repository.RepositoryConfiguration.entityManagerFactory(RepositoryConfiguration.java:70) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869$$FastClassBySpringCGLIB$$a7dba926.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.entityManagerFactory() 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.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) 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.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869$$FastClassBySpringCGLIB$$a7dba926.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.transactionManager() 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.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) 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.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42) 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) ... 88 more 2018-02-28 11:08:01,763 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.appng.persistence.repository.RepositoryConfiguration.entityManagerFactory(RepositoryConfiguration.java:70) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869$$FastClassBySpringCGLIB$$a7dba926.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.entityManagerFactory() 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.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) 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.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869$$FastClassBySpringCGLIB$$a7dba926.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$62346869.transactionManager() 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.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) 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.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42) 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) ... 88 more 2018-02-28 11:08:01,771 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@574a89e2] 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-02-28 11:08:01,780 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:01,791 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:02,493 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:02,634 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a17b7b6: startup date [Wed Feb 28 11:07:58 CET 2018]; root of context hierarchy 2018-02-28 11:08:02,635 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:02,780 INFO [HSQLDB Connection @758a4b66] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@4566e5bd]: Initiating shutdown sequence... [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest [Server@5ff6dd3c]: Startup sequence initiated from main() method [Server@5ff6dd3c]: Could not load properties from file [Server@5ff6dd3c]: Using cli/default properties only [Server@5ff6dd3c]: Initiating startup sequence... [Server@5ff6dd3c]: Server socket opened successfully in 0 ms. [Server@5ff6dd3c]: Database [index=0, id=1, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 64 ms. [Server@5ff6dd3c]: Startup sequence completed in 68 ms. [Server@5ff6dd3c]: 2018-02-28 11:08:02.955 HSQLDB server 2.4.0 is online on port 9001 [Server@5ff6dd3c]: To close normally, connect and execute SHUTDOWN SQL [Server@5ff6dd3c]: From command line, use [Ctrl]+[C] to abort abruptly [Server@4566e5bd]: Shutdown sequence completed in 100 ms. [Server@4566e5bd]: 2018-02-28 11:08:02.983 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:03,023 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:03,035 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:03,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:03,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:03,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:03,036 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:03,139 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:03,148 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:03,765 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3830b06c] 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-02-28 11:08:03,796 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e28d779] 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-02-28 11:08:03,804 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:03,820 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:04,019 INFO [HSQLDB Connection @fa81484] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@6dcab9d9]: Startup sequence initiated from main() method [Server@6dcab9d9]: Could not load properties from file [Server@6dcab9d9]: Using cli/default properties only [Server@6dcab9d9]: Initiating startup sequence... [Server@5ff6dd3c]: Initiating shutdown sequence... [Server@6dcab9d9]: Server socket opened successfully in 1 ms. [Server@6dcab9d9]: Database [index=0, id=2, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 47 ms. [Server@6dcab9d9]: Startup sequence completed in 56 ms. [Server@6dcab9d9]: 2018-02-28 11:08:04.178 HSQLDB server 2.4.0 is online on port 9001 [Server@6dcab9d9]: To close normally, connect and execute SHUTDOWN SQL [Server@6dcab9d9]: From command line, use [Ctrl]+[C] to abort abruptly [Server@5ff6dd3c]: Shutdown sequence completed in 100 ms. [Server@5ff6dd3c]: 2018-02-28 11:08:04.223 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:04,242 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:04,261 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:04,261 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:04,261 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:04,262 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:04,262 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:04,365 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:04,389 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:05,008 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@642c6461] 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-02-28 11:08:05,026 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ace6346] 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-02-28 11:08:05,038 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:05,047 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:05,197 INFO [HSQLDB Connection @7f4d6641] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@6dcab9d9]: Initiating shutdown sequence... [Server@29bd85db]: Startup sequence initiated from main() method [Server@29bd85db]: Could not load properties from file [Server@29bd85db]: Using cli/default properties only [Server@29bd85db]: Initiating startup sequence... [Server@29bd85db]: Server socket opened successfully in 0 ms. [Server@29bd85db]: Database [index=0, id=3, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 37 ms. [Server@29bd85db]: Startup sequence completed in 37 ms. [Server@29bd85db]: 2018-02-28 11:08:05.339 HSQLDB server 2.4.0 is online on port 9001 [Server@29bd85db]: To close normally, connect and execute SHUTDOWN SQL [Server@29bd85db]: From command line, use [Ctrl]+[C] to abort abruptly [Server@6dcab9d9]: Shutdown sequence completed in 101 ms. [Server@6dcab9d9]: 2018-02-28 11:08:05.400 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:05,412 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:05,423 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:05,423 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:05,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:05,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:05,424 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:05,527 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:05,533 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:06,142 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e239337] 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-02-28 11:08:06,330 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7996d0d4] 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-02-28 11:08:06,338 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:06,345 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:06,507 INFO [HSQLDB Connection @63756ad4] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@29bd85db]: Initiating shutdown sequence... [Server@49631cfb]: Startup sequence initiated from main() method [Server@49631cfb]: Could not load properties from file [Server@49631cfb]: Using cli/default properties only [Server@49631cfb]: Initiating startup sequence... [Server@49631cfb]: Server socket opened successfully in 0 ms. [Server@49631cfb]: Database [index=0, id=4, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 47 ms. [Server@49631cfb]: Startup sequence completed in 47 ms. [Server@49631cfb]: 2018-02-28 11:08:06.661 HSQLDB server 2.4.0 is online on port 9001 [Server@49631cfb]: To close normally, connect and execute SHUTDOWN SQL [Server@49631cfb]: From command line, use [Ctrl]+[C] to abort abruptly [Server@29bd85db]: Shutdown sequence completed in 100 ms. [Server@29bd85db]: 2018-02-28 11:08:06.709 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:06,719 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:06,728 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:06,728 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:06,728 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:06,729 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:06,729 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:06,832 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:06,838 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:07,362 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f48a080] 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-02-28 11:08:07,377 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5f7cd50e] 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-02-28 11:08:07,381 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:07,386 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:07,543 INFO [HSQLDB Connection @5cbf6a1] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@139089a4]: Startup sequence initiated from main() method [Server@139089a4]: Could not load properties from file [Server@139089a4]: Using cli/default properties only [Server@49631cfb]: Initiating shutdown sequence... [Server@139089a4]: Initiating startup sequence... [Server@139089a4]: Server socket opened successfully in 0 ms. [Server@139089a4]: Database [index=0, id=5, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 53 ms. [Server@139089a4]: Startup sequence completed in 53 ms. [Server@139089a4]: 2018-02-28 11:08:07.701 HSQLDB server 2.4.0 is online on port 9001 [Server@139089a4]: To close normally, connect and execute SHUTDOWN SQL [Server@139089a4]: From command line, use [Ctrl]+[C] to abort abruptly [Server@49631cfb]: Shutdown sequence completed in 100 ms. [Server@49631cfb]: 2018-02-28 11:08:07.748 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:07,757 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:07,766 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:07,766 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:07,766 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:07,767 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:07,767 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:07,870 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:07,876 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:08,401 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@72f35a31] 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-02-28 11:08:08,419 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b01897f] 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-02-28 11:08:08,424 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:08,430 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:08,593 INFO [HSQLDB Connection @6bf4af0f] hsqldb.db.HSQLDB61DBE2037C.ENGINE: Database closed [Server@139089a4]: Initiating shutdown sequence... [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.813 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest [Server@2676d96a]: Startup sequence initiated from main() method [Server@2676d96a]: Could not load properties from file [Server@2676d96a]: Using cli/default properties only [Server@2676d96a]: Initiating startup sequence... [Server@2676d96a]: Server socket opened successfully in 0 ms. [Server@2676d96a]: Database [index=0, id=6, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 40 ms. [Server@2676d96a]: Startup sequence completed in 40 ms. [Server@2676d96a]: 2018-02-28 11:08:08.740 HSQLDB server 2.4.0 is online on port 9001 [Server@2676d96a]: To close normally, connect and execute SHUTDOWN SQL [Server@2676d96a]: From command line, use [Ctrl]+[C] to abort abruptly [Server@139089a4]: Shutdown sequence completed in 100 ms. [Server@139089a4]: 2018-02-28 11:08:08.797 SHUTDOWN : System.exit() was not called 2018-02-28 11:08:08,806 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@12266084: startup date [Wed Feb 28 11:08:08 CET 2018]; root of context hierarchy 2018-02-28 11:08:08,890 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-02-28 11:08:08,890 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:08,890 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:08,899 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:08,899 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:08,899 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:08,899 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:08,900 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:09,008 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:09,015 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:09,550 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8315e4a] 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-02-28 11:08:09,564 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4efe014f] 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-02-28 11:08:09,569 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:09,573 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:09,692 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:09,780 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@12266084: startup date [Wed Feb 28 11:08:08 CET 2018]; root of context hierarchy 2018-02-28 11:08:09,781 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2018-02-28 11:08:09,786 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4e357792: startup date [Wed Feb 28 11:08:09 CET 2018]; root of context hierarchy 2018-02-28 11:08:09,839 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-02-28 11:08:09,839 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:09,839 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:09,847 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:09,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:09,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:09,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:09,847 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:09,952 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:09,963 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:10,525 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@77db231c] 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-02-28 11:08:10,529 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60b4d934] 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-02-28 11:08:10,535 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:10,540 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:10,611 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:10,630 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4e357792: startup date [Wed Feb 28 11:08:09 CET 2018]; root of context hierarchy 2018-02-28 11:08:10,631 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:10,635 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3ea8ff31: startup date [Wed Feb 28 11:08:10 CET 2018]; root of context hierarchy 2018-02-28 11:08:10,694 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-02-28 11:08:10,694 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:10,695 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:10,702 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:10,702 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:10,703 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:10,703 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:10,703 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:10,806 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:10,812 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:11,378 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6afced93] 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-02-28 11:08:11,383 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f142e87] 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-02-28 11:08:11,388 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:11,392 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:11,469 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:11,502 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3ea8ff31: startup date [Wed Feb 28 11:08:10 CET 2018]; root of context hierarchy 2018-02-28 11:08:11,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:11,507 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2e09e367: startup date [Wed Feb 28 11:08:11 CET 2018]; root of context hierarchy 2018-02-28 11:08:11,562 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-02-28 11:08:11,562 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:11,563 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:11,572 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:11,572 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:11,573 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:11,573 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:11,573 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:11,676 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:11,680 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:12,246 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@43b3b1b0] 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-02-28 11:08:12,250 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f6d8c9] 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-02-28 11:08:12,256 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:12,262 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:12,359 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:12,379 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2e09e367: startup date [Wed Feb 28 11:08:11 CET 2018]; root of context hierarchy 2018-02-28 11:08:12,380 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:12,389 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@662061e3: startup date [Wed Feb 28 11:08:12 CET 2018]; root of context hierarchy 2018-02-28 11:08:12,498 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-02-28 11:08:12,499 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:12,499 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:12,509 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:12,510 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:12,510 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:12,510 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:12,510 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:12,620 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:12,625 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:13,134 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f0b5619] 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-02-28 11:08:13,137 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@67afc9b6] 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-02-28 11:08:13,141 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:13,146 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:13,210 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:13,227 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@662061e3: startup date [Wed Feb 28 11:08:12 CET 2018]; root of context hierarchy 2018-02-28 11:08:13,228 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:13,232 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@748fa354: startup date [Wed Feb 28 11:08:13 CET 2018]; root of context hierarchy 2018-02-28 11:08:13,281 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-02-28 11:08:13,281 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:13,281 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:13,289 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:13,289 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:13,289 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:13,289 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:13,289 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:13,392 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:13,396 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:13,925 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7136ad9a] 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-02-28 11:08:13,928 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4fb42efa] 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-02-28 11:08:13,933 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:13,937 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:14,011 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:14,028 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@748fa354: startup date [Wed Feb 28 11:08:13 CET 2018]; root of context hierarchy 2018-02-28 11:08:14,029 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:14,033 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c5b4b91: startup date [Wed Feb 28 11:08:14 CET 2018]; root of context hierarchy 2018-02-28 11:08:14,089 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-02-28 11:08:14,089 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:14,089 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:14,097 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:14,097 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:14,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:14,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:14,098 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:14,201 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:14,207 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:14,806 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5f662dd] 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-02-28 11:08:14,809 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@38568876] 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-02-28 11:08:14,813 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:14,818 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:14,870 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:14,885 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c5b4b91: startup date [Wed Feb 28 11:08:14 CET 2018]; root of context hierarchy 2018-02-28 11:08:14,886 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:14,890 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@60660d21: startup date [Wed Feb 28 11:08:14 CET 2018]; root of context hierarchy 2018-02-28 11:08:14,933 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-02-28 11:08:14,933 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:14,933 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:14,940 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:14,940 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:14,940 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:14,940 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:14,941 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:15,043 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:15,052 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:15,549 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@48900d4a] 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-02-28 11:08:15,553 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ba90170] 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-02-28 11:08:15,564 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:15,568 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:15,624 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:15,635 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@60660d21: startup date [Wed Feb 28 11:08:14 CET 2018]; root of context hierarchy 2018-02-28 11:08:15,636 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:15,639 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@172ca6a: startup date [Wed Feb 28 11:08:15 CET 2018]; root of context hierarchy 2018-02-28 11:08:15,685 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-02-28 11:08:15,685 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:15,685 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:15,693 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:15,693 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:15,694 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:15,694 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:15,694 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:15,796 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:15,801 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:16,288 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@10770c1] 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-02-28 11:08:16,291 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35ab0bf3] 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-02-28 11:08:16,294 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:16,299 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:16,348 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:16,371 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@172ca6a: startup date [Wed Feb 28 11:08:15 CET 2018]; root of context hierarchy 2018-02-28 11:08:16,372 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:16,375 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@39153b05: startup date [Wed Feb 28 11:08:16 CET 2018]; root of context hierarchy 2018-02-28 11:08:16,420 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-02-28 11:08:16,421 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:16,421 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:16,429 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:16,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:16,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:16,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:16,430 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:16,532 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:16,538 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:17,144 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f8090db] 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-02-28 11:08:17,147 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6f1b0ead] 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-02-28 11:08:17,151 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:17,155 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:17,206 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:17,219 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@39153b05: startup date [Wed Feb 28 11:08:16 CET 2018]; root of context hierarchy 2018-02-28 11:08:17,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:17,257 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@74974165: startup date [Wed Feb 28 11:08:17 CET 2018]; root of context hierarchy 2018-02-28 11:08:17,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-02-28 11:08:17,304 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:17,304 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:17,310 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:17,310 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:17,311 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:17,311 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:17,311 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:17,413 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:17,417 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:17,908 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@68c1d547] 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-02-28 11:08:17,912 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34788780] 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-02-28 11:08:17,915 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:17,920 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:17,969 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:18,005 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@74974165: startup date [Wed Feb 28 11:08:17 CET 2018]; root of context hierarchy 2018-02-28 11:08:18,006 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:18,009 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@303d2485: startup date [Wed Feb 28 11:08:18 CET 2018]; root of context hierarchy 2018-02-28 11:08:18,050 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-02-28 11:08:18,051 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:18,051 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:18,059 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:18,059 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:18,060 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:18,060 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:18,060 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:18,162 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:18,166 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:18,643 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@24cdc97f] 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-02-28 11:08:18,646 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4101d2c7] 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-02-28 11:08:18,649 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:18,653 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:18,700 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:18,737 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@303d2485: startup date [Wed Feb 28 11:08:18 CET 2018]; root of context hierarchy 2018-02-28 11:08:18,737 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:18,740 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c8174ce: startup date [Wed Feb 28 11:08:18 CET 2018]; root of context hierarchy 2018-02-28 11:08:18,781 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-02-28 11:08:18,781 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:18,781 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:18,787 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:18,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:18,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:18,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:18,788 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:18,890 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:18,894 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:19,393 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ff359b7] 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-02-28 11:08:19,396 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5bbda8aa] 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-02-28 11:08:19,401 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:19,405 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:19,450 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:19,486 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c8174ce: startup date [Wed Feb 28 11:08:18 CET 2018]; root of context hierarchy 2018-02-28 11:08:19,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:19,490 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@133acad0: startup date [Wed Feb 28 11:08:19 CET 2018]; root of context hierarchy 2018-02-28 11:08:19,530 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-02-28 11:08:19,530 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:19,531 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:19,537 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:19,537 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:19,537 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:19,538 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:19,538 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:19,640 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:19,645 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:20,138 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@12a065c5] 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-02-28 11:08:20,142 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6385af63] 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-02-28 11:08:20,146 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:20,151 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:20,203 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:20,218 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@133acad0: startup date [Wed Feb 28 11:08:19 CET 2018]; root of context hierarchy 2018-02-28 11:08:20,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:20,222 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@17ec391a: startup date [Wed Feb 28 11:08:20 CET 2018]; root of context hierarchy 2018-02-28 11:08:20,269 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-02-28 11:08:20,269 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:20,269 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:20,276 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:20,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:20,277 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:20,277 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:20,277 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:20,380 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:20,386 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:20,864 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60d1b2a7] 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-02-28 11:08:20,868 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@42a3e521] 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-02-28 11:08:20,871 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:20,876 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:20,927 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:20,946 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@17ec391a: startup date [Wed Feb 28 11:08:20 CET 2018]; root of context hierarchy 2018-02-28 11:08:20,947 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:20,950 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4cfa6fd8: startup date [Wed Feb 28 11:08:20 CET 2018]; root of context hierarchy 2018-02-28 11:08:20,990 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-02-28 11:08:20,991 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:20,991 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:08:20,998 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:08:20,998 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:08:20,998 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:08:20,998 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:08:20,998 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:08:21,101 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:08:21,107 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:08:21,624 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@131c4ffe] 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-02-28 11:08:21,627 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16914a63] 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-02-28 11:08:21,632 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@31c628e7' 2018-02-28 11:08:21,637 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:08:21,708 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:08:21,724 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4cfa6fd8: startup date [Wed Feb 28 11:08:20 CET 2018]; root of context hierarchy 2018-02-28 11:08:21,725 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.943 s - in org.appng.persistence.repository.SearchRepositoryTest [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.17.0.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/SearchRepositoryImpl.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/SearchRepository.html... 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/QueryDslSearchRepository.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/QueryDslSearchRepositoryImpl.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/dialect/class-use/HSQLDialect.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/class-use/SQLServer2008Dialect.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-persistence --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.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.17.0/appng-persistence-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-persistence --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Recompile with -Xlint:deprecation for details. [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.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.237 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] Running org.appng.search.indexer.StandardSearcherTest 2018-02-28 11:08:37,420 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2018-02-28 11:08:37,430 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2018-02-28 11:08:37,435 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt Feb 28, 2018 11:08:37 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. Feb 28, 2018 11:08:37 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-02-28 11:08:38,089 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 656ms 2018-02-28 11:08:38,093 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-02-28 11:08:38,243 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-02-28 11:08:38,245 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-02-28 11:08:38,245 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-02-28 11:08:38,245 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-02-28 11:08:38,250 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-02-28 11:08:38,250 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 161ms 2018-02-28 11:08:38,252 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2018-02-28 11:08:38,283 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 31ms 2018-02-28 11:08:38,283 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2018-02-28 11:08:38,307 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 24ms 2018-02-28 11:08:38,307 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-02-28 11:08:38,308 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2018-02-28 11:08:38,308 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2018-02-28 11:08:38,308 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-02-28 11:08:38,308 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms 2018-02-28 11:08:38,308 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-02-28 11:08:38,310 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-02-28 11:08:38,311 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-02-28 11:08:38,311 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-02-28 11:08:38,311 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-02-28 11:08:38,311 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-02-28 11:08:38,312 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 4ms 2018-02-28 11:08:38,312 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 881 milliseconds 2018-02-28 11:08:38,420 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#67835289 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2018-02-28 11:08:38,424 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-02-28 11:08:40,455 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#67835289 2018-02-28 11:08:40,456 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-02-28 11:08:40,456 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#67835289, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-02-28 11:08:40,464 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@40b1599 2018-02-28 11:08:40,465 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2018-02-28 11:08:40,465 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@cbb8152 2018-02-28 11:08:40,473 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#167335999 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2018-02-28 11:08:40,542 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2018-02-28 11:08:40,543 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [68ms] CREATE, query: +id:/de/42.txt +type:txt 2018-02-28 11:08:40,546 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2018-02-28 11:08:40,546 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/de/42.jsp +type:jsp 2018-02-28 11:08:42,673 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#167335999 2018-02-28 11:08:42,673 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-02-28 11:08:42,673 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#167335999, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-02-28 11:08:42,678 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@9f9583f 2018-02-28 11:08:42,679 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2018-02-28 11:08:42,679 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@cbb8152 2018-02-28 11:08:42,686 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#932418858 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2018-02-28 11:08:42,714 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2018-02-28 11:08:42,715 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [8ms] CREATE, query: +id:/en/foobar.txt +type:txt 2018-02-28 11:08:42,720 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2018-02-28 11:08:42,720 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [5ms] CREATE, query: +id:/en/42.txt +type:txt 2018-02-28 11:08:42,721 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2018-02-28 11:08:42,721 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2018-02-28 11:08:42,725 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2018-02-28 11:08:42,725 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.jsp +type:jsp 2018-02-28 11:08:44,787 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#932418858 2018-02-28 11:08:44,787 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-02-28 11:08:44,788 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#932418858, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-02-28 11:08:44,789 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@3793952a 2018-02-28 11:08:44,789 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.2):c2) 2018-02-28 11:08:44,789 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@cbb8152 2018-02-28 11:08:45,064 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2018-02-28 11:08:46,243 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2018-02-28 11:08:46,276 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2018-02-28 11:08:46,297 INFO [main] org.appng.search.searcher.StandardSearcher: 0 results returned from query: +language:en +((title:acm contents:acm) (title:acme* contents:acme*)) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.246 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2018-02-28 11:08:46,306 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-02-28 11:08:46,306 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2018-02-28 11:08:46,306 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2018-02-28 11:08:46,306 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-02-28 11:08:46,306 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2018-02-28 11:08:46,307 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-02-28 11:08:46,308 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-02-28 11:08:46,309 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-02-28 11:08:46,309 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-02-28 11:08:46,309 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-02-28 11:08:46,310 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2018-02-28 11:08:46,310 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2018-02-28 11:08:46,311 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.search.indexer.ParseTagsTest [INFO] [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.17.0.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.searcher... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... 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/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/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/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/SearchProvider.html... 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/DocumentProvider.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/StandardSearcher.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/SearchTermProcessor.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/json/class-use/Part.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/FilterData.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/SearchFilter.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/FilterConfig.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/Page.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/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/SimpleDocument.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/DocumentIndexer.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/ParseTags.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-search --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0.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.17.0/appng-search-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-search --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.17.0 [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 171 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 61 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 68 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.application.PermissionProcessorTest 2018-02-28 11:09:07,317 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-02-28 11:09:07,318 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-02-28 11:09:07,320 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-02-28 11:09:07,320 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-02-28 11:09:07,320 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-02-28 11:09:07,320 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.412 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2018-02-28 11:09:07,402 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-02-28 11:09:07,403 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-02-28 11:09:07,425 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-02-28 11:09:07,439 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6b8ca3c8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@68c72235, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@10959ece, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3a6bb9bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@34f7cfd9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@65f095f8] 2018-02-28 11:09:07,505 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:08,102 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@20f5239f: startup date [Wed Feb 28 11:09:08 CET 2018]; root of context hierarchy 2018-02-28 11:09:08,964 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: Checkpoint start 2018-02-28 11:09:08,964 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: checkpointClose start 2018-02-28 11:09:08,972 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: checkpointClose synched 2018-02-28 11:09:08,985 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: checkpointClose script done 2018-02-28 11:09:09,318 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: checkpointClose end 2018-02-28 11:09:09,320 INFO [HSQLDB Server @4b3a45f1] hsqldb.db.HSQLDB61DBE31948.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:09,799 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:09,932 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:10,110 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-02-28 11:09:10,112 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-02-28 11:09:10,192 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-02-28 11:09:10,467 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:10,471 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:10,472 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:10,472 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:10,485 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:10,639 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:10,722 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:11,384 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-02-28 11:09:12,533 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60bb7995] 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-02-28 11:09:12,549 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ecd00b5] 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-02-28 11:09:12,610 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:13,369 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:13,906 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@20f5239f: startup date [Wed Feb 28 11:09:08 CET 2018]; root of context hierarchy 2018-02-28 11:09:14,885 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@34c76167 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@30b3d899, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c448ef 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@55c57422]; rollback [true] 2018-02-28 11:09:14,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2018-02-28 11:09:15,029 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@34c76167 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@30b3d899, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c448ef 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-02-28 11:09:15,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@20f5239f: startup date [Wed Feb 28 11:09:08 CET 2018]; root of context hierarchy 2018-02-28 11:09:15,035 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:15,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:15,456 INFO [HSQLDB Connection @68371b29] hsqldb.db.HSQLDB61DBE31948.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.34 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2018-02-28 11:09:15,662 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-02-28 11:09:15,663 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-02-28 11:09:15,672 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-02-28 11:09:15,673 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26275b46, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e9beef2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2f15a964, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3111631d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2d70f312, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4c7d7430] 2018-02-28 11:09:15,674 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:15,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4ea1aa52: startup date [Wed Feb 28 11:09:15 CET 2018]; root of context hierarchy 2018-02-28 11:09:15,983 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: Checkpoint start 2018-02-28 11:09:15,983 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: checkpointClose start 2018-02-28 11:09:15,990 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: checkpointClose synched 2018-02-28 11:09:16,028 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: checkpointClose script done 2018-02-28 11:09:16,265 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: checkpointClose end 2018-02-28 11:09:16,266 INFO [HSQLDB Server @77663cd7] hsqldb.db.HSQLDB61DBE334CD.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:16,353 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:16,392 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:16,444 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:16,444 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:16,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:16,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:16,445 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:16,549 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:16,558 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:16,909 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5cc3e49b] 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-02-28 11:09:16,919 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4239262e] 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-02-28 11:09:16,961 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:17,082 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:17,311 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4ea1aa52: startup date [Wed Feb 28 11:09:15 CET 2018]; root of context hierarchy 2018-02-28 11:09:17,355 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1bfa5a13 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1b1e1f02, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7c4d1c7b 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@e162a35]; rollback [true] 2018-02-28 11:09:17,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:17,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-02-28 11:09:17,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-02-28 11:09:17,422 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@1bfa5a13 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1b1e1f02, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7c4d1c7b 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-02-28 11:09:17,423 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4ea1aa52: startup date [Wed Feb 28 11:09:15 CET 2018]; root of context hierarchy 2018-02-28 11:09:17,426 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:17,426 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:17,602 INFO [HSQLDB Connection @55155e3f] hsqldb.db.HSQLDB61DBE334CD.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.143 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2018-02-28 11:09:17,809 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-02-28 11:09:17,809 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-02-28 11:09:17,818 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-02-28 11:09:17,818 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@16b64a03, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1584c019, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3688baab, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4fe2dd02, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6ba060af, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5817f1ca] 2018-02-28 11:09:17,820 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:18,000 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2b395581: startup date [Wed Feb 28 11:09:18 CET 2018]; root of context hierarchy 2018-02-28 11:09:18,093 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: Checkpoint start 2018-02-28 11:09:18,094 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: checkpointClose start 2018-02-28 11:09:18,103 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: checkpointClose synched 2018-02-28 11:09:18,114 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: checkpointClose script done 2018-02-28 11:09:18,134 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: checkpointClose end 2018-02-28 11:09:18,134 INFO [HSQLDB Server @12aa519b] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:18,265 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:18,305 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:18,340 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:18,340 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:18,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:18,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:18,341 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:18,444 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:18,453 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:18,720 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@d8e4250] 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-02-28 11:09:18,729 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@100807ca] 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-02-28 11:09:18,782 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:18,877 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:19,081 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2b395581: startup date [Wed Feb 28 11:09:18 CET 2018]; root of context hierarchy 2018-02-28 11:09:19,119 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4489f60f testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@fe08eaf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f2b9da8 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@1029cf9]; rollback [true] 2018-02-28 11:09:19,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-02-28 11:09:19,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:19,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-02-28 11:09:19,168 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@4489f60f testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@fe08eaf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f2b9da8 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-02-28 11:09:19,169 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2b395581: startup date [Wed Feb 28 11:09:18 CET 2018]; root of context hierarchy 2018-02-28 11:09:19,170 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:19,171 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:19,324 INFO [HSQLDB Connection @69c7a329] hsqldb.db.HSQLDB61DBE33D0C.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.RepositoryCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.RepositoryTest 2018-02-28 11:09:19,664 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-02-28 11:09:19,664 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-02-28 11:09:19,671 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-02-28 11:09:19,672 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b0e9e0c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@54234569, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@21ea1d9d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@19f497aa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@36a58466, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78e387d6] 2018-02-28 11:09:19,672 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:19,853 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@9147ba2: startup date [Wed Feb 28 11:09:19 CET 2018]; root of context hierarchy 2018-02-28 11:09:19,936 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: Checkpoint start 2018-02-28 11:09:19,937 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: checkpointClose start 2018-02-28 11:09:19,942 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: checkpointClose synched 2018-02-28 11:09:19,953 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: checkpointClose script done 2018-02-28 11:09:19,988 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: checkpointClose end 2018-02-28 11:09:19,988 INFO [HSQLDB Server @4bff28e7] hsqldb.db.HSQLDB61DBE3443D.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:20,019 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:20,038 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:20,074 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:20,074 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:20,075 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:20,075 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:20,075 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:20,178 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:20,186 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:20,436 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@224d537d] 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-02-28 11:09:20,444 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@450d10cb] 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-02-28 11:09:20,479 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:20,567 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:20,755 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@9147ba2: startup date [Wed Feb 28 11:09:19 CET 2018]; root of context hierarchy 2018-02-28 11:09:20,784 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@76b642aa testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@29b5e7db, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6866e740 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@2cf88901]; rollback [true] 2018-02-28 11:09:20,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:20,797 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@76b642aa testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@29b5e7db, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6866e740 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-02-28 11:09:20,799 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@9147ba2: startup date [Wed Feb 28 11:09:19 CET 2018]; root of context hierarchy 2018-02-28 11:09:20,801 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:20,801 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:21,124 INFO [HSQLDB Connection @70fd9f57] hsqldb.db.HSQLDB61DBE3443D.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2018-02-28 11:09:21,335 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-02-28 11:09:21,335 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-02-28 11:09:21,343 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-02-28 11:09:21,344 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d1c63af, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2095c331, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3909a854, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b795db7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@586486c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@b849fa6] 2018-02-28 11:09:21,345 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:21,546 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7fbbdd8a: startup date [Wed Feb 28 11:09:21 CET 2018]; root of context hierarchy 2018-02-28 11:09:21,750 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: Checkpoint start 2018-02-28 11:09:21,759 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: checkpointClose start 2018-02-28 11:09:21,770 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: checkpointClose synched 2018-02-28 11:09:21,782 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: checkpointClose script done 2018-02-28 11:09:21,810 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: checkpointClose end 2018-02-28 11:09:21,810 INFO [HSQLDB Server @579dde54] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:22,214 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:22,246 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:22,287 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:22,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:22,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:22,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:22,287 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:22,390 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:22,398 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:22,577 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@24cbf894] 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-02-28 11:09:22,585 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c19769c] 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-02-28 11:09:22,623 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:22,715 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:22,878 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7fbbdd8a: startup date [Wed Feb 28 11:09:21 CET 2018]; root of context hierarchy 2018-02-28 11:09:22,908 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@73852720 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@22854f2b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2459333a 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@215c6ec0]; rollback [true] 2018-02-28 11:09:22,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-02-28 11:09:22,917 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-02-28 11:09:22,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:22,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-02-28 11:09:22,933 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2018-02-28 11:09:22,961 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@73852720 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@22854f2b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2459333a 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-02-28 11:09:22,962 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7fbbdd8a: startup date [Wed Feb 28 11:09:21 CET 2018]; root of context hierarchy 2018-02-28 11:09:22,963 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:22,963 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:23,210 INFO [HSQLDB Connection @7bddb97f] hsqldb.db.HSQLDB61DBE34AD6.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.089 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2018-02-28 11:09:23,422 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-02-28 11:09:23,422 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-02-28 11:09:23,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-02-28 11:09:23,428 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@283ecb4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@a30dbc0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@76104df5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61246109, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f9e8af5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@337cb81d] 2018-02-28 11:09:23,429 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:23,579 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@47772462: startup date [Wed Feb 28 11:09:23 CET 2018]; root of context hierarchy 2018-02-28 11:09:23,663 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: Checkpoint start 2018-02-28 11:09:23,663 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: checkpointClose start 2018-02-28 11:09:23,734 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: checkpointClose synched 2018-02-28 11:09:23,743 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: checkpointClose script done 2018-02-28 11:09:23,794 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: checkpointClose end 2018-02-28 11:09:23,794 INFO [HSQLDB Server @1b5cf611] hsqldb.db.HSQLDB61DBE352CB.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:23,847 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:23,868 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:23,912 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:23,913 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:23,913 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:23,913 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:23,913 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:24,016 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:24,027 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:24,275 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74cd8c55] 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-02-28 11:09:24,283 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5870fc05] 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-02-28 11:09:24,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:24,590 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:24,929 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@47772462: startup date [Wed Feb 28 11:09:23 CET 2018]; root of context hierarchy 2018-02-28 11:09:24,958 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@61b76a7d testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@57f89680, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@194eae3e 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@1c14d24d]; rollback [true] 2018-02-28 11:09:24,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:24,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2018-02-28 11:09:24,986 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@61b76a7d testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@57f89680, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@194eae3e 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-02-28 11:09:24,987 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@47772462: startup date [Wed Feb 28 11:09:23 CET 2018]; root of context hierarchy 2018-02-28 11:09:24,988 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:24,988 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:25,395 INFO [HSQLDB Connection @a462a91] hsqldb.db.HSQLDB61DBE352CB.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.177 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2018-02-28 11:09:25,602 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-02-28 11:09:25,602 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-02-28 11:09:25,615 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-02-28 11:09:25,615 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@29eaf100, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c1a6db1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5dac6bc3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@a6204e4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@747e8659, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b360a82] 2018-02-28 11:09:25,617 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:25,785 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@75fa9254: startup date [Wed Feb 28 11:09:25 CET 2018]; root of context hierarchy 2018-02-28 11:09:26,443 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: Checkpoint start 2018-02-28 11:09:26,443 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: checkpointClose start 2018-02-28 11:09:26,514 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: checkpointClose synched 2018-02-28 11:09:26,531 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: checkpointClose script done 2018-02-28 11:09:26,886 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: checkpointClose end 2018-02-28 11:09:26,886 INFO [HSQLDB Server @1e75af65] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:27,051 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:27,079 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:27,110 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:27,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:27,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:27,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:27,111 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:27,214 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:27,220 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:27,371 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1e965426] 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-02-28 11:09:27,379 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@575fe6da] 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-02-28 11:09:27,814 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:27,884 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:28,051 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@75fa9254: startup date [Wed Feb 28 11:09:25 CET 2018]; root of context hierarchy 2018-02-28 11:09:28,078 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@304e1e4e testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@7d4e424e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46507dda 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@575cfec1]; rollback [true] 2018-02-28 11:09:28,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-02-28 11:09:28,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:28,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2018-02-28 11:09:28,117 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@304e1e4e testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@7d4e424e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46507dda 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-02-28 11:09:28,118 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@75fa9254: startup date [Wed Feb 28 11:09:25 CET 2018]; root of context hierarchy 2018-02-28 11:09:28,119 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:28,119 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:28,717 INFO [HSQLDB Connection @69cc5920] hsqldb.db.HSQLDB61DBE35B6E.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.321 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2018-02-28 11:09:28,923 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-02-28 11:09:28,924 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-02-28 11:09:28,929 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-02-28 11:09:28,929 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63e0057a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5b76b891, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@611a91df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@47f5ab58, org.springframework.test.context.transaction.TransactionalTestExecutionListener@245dbd09, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4a013b23] 2018-02-28 11:09:28,930 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:29,057 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7f20dfd5: startup date [Wed Feb 28 11:09:29 CET 2018]; root of context hierarchy 2018-02-28 11:09:29,124 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: Checkpoint start 2018-02-28 11:09:29,124 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: checkpointClose start 2018-02-28 11:09:29,169 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: checkpointClose synched 2018-02-28 11:09:29,179 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: checkpointClose script done 2018-02-28 11:09:29,262 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: checkpointClose end 2018-02-28 11:09:29,262 INFO [HSQLDB Server @7e69bf78] hsqldb.db.HSQLDB61DBE36822.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:29,314 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:29,342 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:29,375 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:29,375 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:29,375 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:29,375 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:29,376 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:29,479 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:29,486 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:29,646 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32d46229] 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-02-28 11:09:29,654 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35198da3] 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-02-28 11:09:29,684 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:29,760 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:29,920 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7f20dfd5: startup date [Wed Feb 28 11:09:29 CET 2018]; root of context hierarchy 2018-02-28 11:09:29,946 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5ca006ac testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@dc3eda6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4425b6ed 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@5af1b221]; rollback [true] 2018-02-28 11:09:29,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-02-28 11:09:29,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2018-02-28 11:09:29,966 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@5ca006ac testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@dc3eda6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4425b6ed 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-02-28 11:09:29,967 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7f20dfd5: startup date [Wed Feb 28 11:09:29 CET 2018]; root of context hierarchy 2018-02-28 11:09:29,968 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:29,968 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:30,151 INFO [HSQLDB Connection @43b42f45] hsqldb.db.HSQLDB61DBE36822.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.PathInfoTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.security.DigestValidatorTest 2018-02-28 11:09:30,402 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-02-28 11:09:30,403 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 7199597, maximum is 3600000 2018-02-28 11:09:30,403 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2018-02-28 11:09:30,404 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-02-28 11:09:30,405 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 73B191B069A9B262C533A76F0804C4CF, but should be F47B07631A4B947938D00CD765CC748D 2018-02-28 11:09:30,405 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.signing.SignerTest 2018-02-28 11:09:30,430 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-02-28 11:09:30,443 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2018-02-28 11:09:30,449 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-02-28 11:09:30,450 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2018-02-28 11:09:30,450 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2018-02-28 11:09:30,451 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2018-02-28 11:09:30,451 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2018-02-28 11:09:30,452 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2018-02-28 11:09:30,511 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-02-28 11:09:30,512 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2018-02-28 11:09:30,512 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2018-02-28 11:09:30,512 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2018-02-28 11:09:30,512 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2018-02-28 11:09:30,512 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2018-02-28 11:09:30,513 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2018-02-28 11:09:30,513 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2018-02-28 11:09:30,513 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.107 s - in org.appng.core.security.signing.SignerTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.716 s - in org.appng.core.security.BCryptPasswordHandlerTest [INFO] Running org.appng.core.security.SaltedDigestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.appng.core.security.SaltedDigestTest [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.DefaultPasswordPolicyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2018-02-28 11:09:33,706 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1942085027 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:33,708 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2018-02-28 11:09:33,709 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1885867912 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:33,710 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2018-02-28 11:09:33,711 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#3737976 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:33,711 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2018-02-28 11:09:33,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1637577782 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:33,712 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1794130044) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.domain.PackageArchiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.service.TemplateServiceTest 2018-02-28 11:09:33,735 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-02-28 11:09:33,735 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@530a46f4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3180131e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@62376bdd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3b8a063d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a36da5e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@b1f36e5] 2018-02-28 11:09:33,736 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:33,859 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@52afcdd8: startup date [Wed Feb 28 11:09:33 CET 2018]; root of context hierarchy 2018-02-28 11:09:33,918 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: Checkpoint start 2018-02-28 11:09:33,918 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: checkpointClose start 2018-02-28 11:09:33,928 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: checkpointClose synched 2018-02-28 11:09:33,940 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: checkpointClose script done 2018-02-28 11:09:33,957 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: checkpointClose end 2018-02-28 11:09:33,958 INFO [HSQLDB Server @3338d29d] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:34,010 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:34,033 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:34,094 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:34,094 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-02-28 11:09:34,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:34,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:34,098 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:34,201 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:34,216 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:34,417 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44cab872] 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-02-28 11:09:34,425 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@452a32f2] 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-02-28 11:09:34,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:34,539 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:34,717 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@52afcdd8: startup date [Wed Feb 28 11:09:33 CET 2018]; root of context hierarchy 2018-02-28 11:09:35,149 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#534021387 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:35,198 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-02-28 11:09:35,198 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-02-28 11:09:35,198 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-02-28 11:09:35,201 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-02-28 11:09:35,201 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-02-28 11:09:35,201 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-02-28 11:09:35,205 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#136575352 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:35,211 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1521946103 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:35,221 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-02-28 11:09:35,222 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-02-28 11:09:35,222 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-02-28 11:09:35,224 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-02-28 11:09:35,224 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-02-28 11:09:35,224 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-02-28 11:09:35,231 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2018-02-28 11:09:35,740 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@52afcdd8: startup date [Wed Feb 28 11:09:33 CET 2018]; root of context hierarchy 2018-02-28 11:09:35,741 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:35,742 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-02-28 11:09:35,960 INFO [HSQLDB Connection @6201ae20] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: Database closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.44 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2018-02-28 11:09:36,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2018-02-28 11:09:36,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2018-02-28 11:09:36,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2018-02-28 11:09:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2018-02-28 11:09:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2018-02-28 11:09:36,186 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2018-02-28 11:09:36,186 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2018-02-28 11:09:36,186 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2018-02-28 11:09:36,186 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2018-02-28 11:09:36,187 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.018 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2018-02-28 11:09:36,198 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-02-28 11:09:36,198 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2a49753, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e68ccc9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1784fcab, org.springframework.test.context.support.DirtiesContextTestExecutionListener@63e4bbf9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@455cb6d9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6d7a343f] 2018-02-28 11:09:36,201 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:36,344 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b9c386d: startup date [Wed Feb 28 11:09:36 CET 2018]; root of context hierarchy 2018-02-28 11:09:36,444 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: Checkpoint start 2018-02-28 11:09:36,444 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: checkpointClose start 2018-02-28 11:09:36,696 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: checkpointClose synched 2018-02-28 11:09:36,705 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: checkpointClose script done 2018-02-28 11:09:36,861 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: checkpointClose end 2018-02-28 11:09:36,861 INFO [HSQLDB Server @292b7a02] hsqldb.db.HSQLDB61DBE384B4.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:36,910 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:36,928 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:36,963 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:36,973 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:36,974 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:36,974 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:36,974 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:37,077 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:37,089 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:37,260 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:37,337 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:37,488 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3b9c386d: startup date [Wed Feb 28 11:09:36 CET 2018]; root of context hierarchy 2018-02-28 11:09:37,679 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:09:37,690 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-02-28 11:09:37,804 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:09:38,799 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:09:38,902 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:09:38,912 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:09:38,919 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.008s). 2018-02-28 11:09:38,919 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:09:39,042 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.010s) 2018-02-28 11:09:39,058 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:09:39,080 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:09:39,091 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:09:39,123 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:09:39,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:09:39,148 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:09:39,157 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:09:39,165 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:09:39,173 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:09:39,180 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:09:39,188 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:09:39,197 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:09:39,474 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.418s). 2018-02-28 11:09:39,685 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:09:39,788 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:09:39,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2018-02-28 11:09:39,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2018-02-28 11:09:39,979 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-02-28 11:09:39,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2018-02-28 11:09:39,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2018-02-28 11:09:40,269 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'user'@'localhost' (using password: NO)) 2018-02-28 11:09:40,269 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-02-28 11:09:40,292 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3b9c386d: startup date [Wed Feb 28 11:09:36 CET 2018]; root of context hierarchy 2018-02-28 11:09:40,294 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:40,294 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:40,985 INFO [HSQLDB Connection @d46d2ed] hsqldb.db.HSQLDB61DBE384B4.ENGINE: Database closed [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.999 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.InitializerServiceTest 2018-02-28 11:09:41,203 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-02-28 11:09:41,204 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@766ab25b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@735d7b99, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7c424dfe, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3577e37c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@16ac67e3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@eb5471c] 2018-02-28 11:09:41,206 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:41,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60f6d689: startup date [Wed Feb 28 11:09:41 CET 2018]; root of context hierarchy 2018-02-28 11:09:41,497 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:41,513 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:41,544 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:41,545 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-02-28 11:09:41,545 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:41,545 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:41,545 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:41,648 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:41,657 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:41,801 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3152d449] 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-02-28 11:09:42,012 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f95ce11] 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-02-28 11:09:42,053 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:42,132 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:42,321 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@60f6d689: startup date [Wed Feb 28 11:09:41 CET 2018]; root of context hierarchy 2018-02-28 11:09:42,416 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2b3ac26d testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@13515709, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67b5da40 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@2975715]; rollback [false] 2018-02-28 11:09:42,419 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#731622584 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:42,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-02-28 11:09:42,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-02-28 11:09:42,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2018-02-28 11:09:42,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2018-02-28 11:09:42,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2018-02-28 11:09:42,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-02-28 11:09:42,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-02-28 11:09:42,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-02-28 11:09:42,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-02-28 11:09:42,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-02-28 11:09:42,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-02-28 11:09:42,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-02-28 11:09:42,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-02-28 11:09:42,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-02-28 11:09:42,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-02-28 11:09:42,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-02-28 11:09:42,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-02-28 11:09:42,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-02-28 11:09:42,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-02-28 11:09:42,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-02-28 11:09:42,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-02-28 11:09:42,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-02-28 11:09:42,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-02-28 11:09:42,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-02-28 11:09:42,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-02-28 11:09:42,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-02-28 11:09:42,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-02-28 11:09:42,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-02-28 11:09:42,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-02-28 11:09:42,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-02-28 11:09:42,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-02-28 11:09:42,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-02-28 11:09:42,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-02-28 11:09:42,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-02-28 11:09:42,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:09:42,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-02-28 11:09:42,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-02-28 11:09:42,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-02-28 11:09:42,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-02-28 11:09:42,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-02-28 11:09:42,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-02-28 11:09:42,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-02-28 11:09:42,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-02-28 11:09:42,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-02-28 11:09:42,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-02-28 11:09:42,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-02-28 11:09:42,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-02-28 11:09:42,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-02-28 11:09:42,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-02-28 11:09:42,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-02-28 11:09:42,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-02-28 11:09:42,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-02-28 11:09:42,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-02-28 11:09:42,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-02-28 11:09:42,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-02-28 11:09:42,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-02-28 11:09:42,732 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2018-02-28 11:09:42,732 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:09:42,733 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-02-28 11:09:42,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-02-28 11:09:43,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2018-02-28 11:09:43,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2018-02-28 11:09:43,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-02-28 11:09:43,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-02-28 11:09:43,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-02-28 11:09:43,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-02-28 11:09:43,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-02-28 11:09:43,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-02-28 11:09:43,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-02-28 11:09:43,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-02-28 11:09:43,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-02-28 11:09:43,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-02-28 11:09:43,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-02-28 11:09:43,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-02-28 11:09:43,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-02-28 11:09:43,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-02-28 11:09:43,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-02-28 11:09:43,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-02-28 11:09:43,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-02-28 11:09:43,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-02-28 11:09:43,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-02-28 11:09:43,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-02-28 11:09:43,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-02-28 11:09:43,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-02-28 11:09:43,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-02-28 11:09:43,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-02-28 11:09:43,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-02-28 11:09:43,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-02-28 11:09:43,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-02-28 11:09:43,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-02-28 11:09:43,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-02-28 11:09:43,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-02-28 11:09:43,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-02-28 11:09:43,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-02-28 11:09:43,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-02-28 11:09:43,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-02-28 11:09:43,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-02-28 11:09:43,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-02-28 11:09:43,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-02-28 11:09:43,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-02-28 11:09:43,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-02-28 11:09:43,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-02-28 11:09:43,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-02-28 11:09:43,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-02-28 11:09:43,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-02-28 11:09:43,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-02-28 11:09:43,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-02-28 11:09:43,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-02-28 11:09:43,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-02-28 11:09:43,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-02-28 11:09:43,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-02-28 11:09:43,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-02-28 11:09:43,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-02-28 11:09:43,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-02-28 11:09:43,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-02-28 11:09:43,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-02-28 11:09:43,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-02-28 11:09:43,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-02-28 11:09:43,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-02-28 11:09:43,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-02-28 11:09:43,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-02-28 11:09:43,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-02-28 11:09:43,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-02-28 11:09:43,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-02-28 11:09:43,817 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-02-28 11:09:43,827 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2018-02-28 11:09:43,827 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2018-02-28 11:09:43,859 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-02-28 11:09:43,859 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-02-28 11:09:43,871 INFO [main] net.sf.ehcache.pool.sizeof.filter.AnnotationSizeOfFilter: Using regular expression provided through VM argument net.sf.ehcache.pool.sizeof.ignore.pattern for IgnoreSizeOf annotation : ^.*cache\..*IgnoreSizeOf$ 2018-02-28 11:09:43,880 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Located valid 'tools.jar' at '/usr/lib/jvm/jdk-8-oracle-x64/jre/../lib/tools.jar' 2018-02-28 11:09:43,946 INFO [main] net.sf.ehcache.pool.sizeof.JvmInformation: Detected JVM data model settings of: 64-Bit HotSpot JVM with Compressed OOPs 2018-02-28 11:09:44,302 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Extracted agent jar to temporary file /tmp/ehcache-sizeof-agent7855944296757533647.jar 2018-02-28 11:09:44,302 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Trying to load agent @ /tmp/ehcache-sizeof-agent7855944296757533647.jar 2018-02-28 11:09:44,335 INFO [main] net.sf.ehcache.pool.impl.DefaultSizeOfEngine: using Agent sizeof engine 2018-02-28 11:09:44,452 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-02-28 11:09:44,452 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#935001848 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:44,452 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#935001848 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2018-02-28 11:09:44,456 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2018-02-28 11:09:44,457 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2018-02-28 11:09:44,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2018-02-28 11:09:44,457 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-02-28 11:09:44,474 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2018-02-28 11:09:44,593 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2b3ac26d testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@13515709, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67b5da40 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-02-28 11:09:44,593 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60f6d689: startup date [Wed Feb 28 11:09:41 CET 2018]; root of context hierarchy 2018-02-28 11:09:44,594 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:44,594 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-02-28 11:09:45,257 INFO [HSQLDB Connection @73af46ad] hsqldb.db.HSQLDB61DBE37ADD.ENGINE: Database closed [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.26 s - in org.appng.core.service.InitializerServiceTest [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.CoreServiceTest 2018-02-28 11:09:45,474 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-02-28 11:09:45,475 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2c9616bb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@269fe2fe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1635e239, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5d27a744, org.springframework.test.context.transaction.TransactionalTestExecutionListener@41185195, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1849d35a] 2018-02-28 11:09:45,476 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:09:45,606 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2154de40: startup date [Wed Feb 28 11:09:45 CET 2018]; root of context hierarchy 2018-02-28 11:09:45,691 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: Checkpoint start 2018-02-28 11:09:45,691 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: checkpointClose start 2018-02-28 11:09:45,757 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: checkpointClose synched 2018-02-28 11:09:45,769 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: checkpointClose script done 2018-02-28 11:09:45,803 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: checkpointClose end 2018-02-28 11:09:45,804 INFO [HSQLDB Server @25f688d5] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:45,863 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:45,879 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:09:45,910 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:09:45,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:45,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:09:45,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:09:45,910 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:09:46,013 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:09:46,020 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:09:46,151 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5e60e639] 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-02-28 11:09:46,156 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6bab65b6] 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-02-28 11:09:46,182 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:46,242 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:09:46,386 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2154de40: startup date [Wed Feb 28 11:09:45 CET 2018]; root of context hierarchy 2018-02-28 11:09:46,443 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76a5a831, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:46,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2018-02-28 11:09:46,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2018-02-28 11:09:46,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-02-28 11:09:46,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-02-28 11:09:46,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2018-02-28 11:09:46,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2018-02-28 11:09:46,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2018-02-28 11:09:46,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2018-02-28 11:09:46,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2018-02-28 11:09:46,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2018-02-28 11:09:46,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2018-02-28 11:09:46,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2018-02-28 11:09:46,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2018-02-28 11:09:46,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2018-02-28 11:09:46,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2018-02-28 11:09:46,567 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2018-02-28 11:09:46,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2018-02-28 11:09:46,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2018-02-28 11:09:46,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2018-02-28 11:09:46,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2018-02-28 11:09:46,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-02-28 11:09:46,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2018-02-28 11:09:46,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2018-02-28 11:09:46,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-02-28 11:09:46,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2018-02-28 11:09:46,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2018-02-28 11:09:46,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2018-02-28 11:09:46,603 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-02-28 11:09:46,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-02-28 11:09:46,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-02-28 11:09:46,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-02-28 11:09:46,605 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-02-28 11:09:46,605 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-02-28 11:09:46,605 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-02-28 11:09:46,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-02-28 11:09:46,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-02-28 11:09:46,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-02-28 11:09:46,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-02-28 11:09:46,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-02-28 11:09:46,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-02-28 11:09:46,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-02-28 11:09:46,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-02-28 11:09:46,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-02-28 11:09:46,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-02-28 11:09:46,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-02-28 11:09:46,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-02-28 11:09:46,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-02-28 11:09:46,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-02-28 11:09:46,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-02-28 11:09:46,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-02-28 11:09:46,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-02-28 11:09:46,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-02-28 11:09:46,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-02-28 11:09:46,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-02-28 11:09:46,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:09:46,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-02-28 11:09:46,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-02-28 11:09:46,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-02-28 11:09:46,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-02-28 11:09:46,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-02-28 11:09:46,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-02-28 11:09:46,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-02-28 11:09:46,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-02-28 11:09:46,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-02-28 11:09:46,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-02-28 11:09:46,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-02-28 11:09:46,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-02-28 11:09:46,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-02-28 11:09:46,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-02-28 11:09:46,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-02-28 11:09:46,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-02-28 11:09:46,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-02-28 11:09:46,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-02-28 11:09:46,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-02-28 11:09:46,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-02-28 11:09:46,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-02-28 11:09:46,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-02-28 11:09:46,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2018-02-28 11:09:46,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-02-28 11:09:46,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2018-02-28 11:09:46,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2018-02-28 11:09:46,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2018-02-28 11:09:46,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2018-02-28 11:09:46,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2018-02-28 11:09:46,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2018-02-28 11:09:46,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-02-28 11:09:46,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-02-28 11:09:46,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-02-28 11:09:46,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-02-28 11:09:46,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-02-28 11:09:46,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-02-28 11:09:46,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-02-28 11:09:46,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-02-28 11:09:46,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-02-28 11:09:46,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-02-28 11:09:46,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-02-28 11:09:46,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-02-28 11:09:46,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-02-28 11:09:46,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-02-28 11:09:46,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-02-28 11:09:46,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-02-28 11:09:46,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-02-28 11:09:46,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-02-28 11:09:46,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-02-28 11:09:46,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-02-28 11:09:46,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-02-28 11:09:46,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-02-28 11:09:46,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-02-28 11:09:46,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-02-28 11:09:46,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-02-28 11:09:46,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-02-28 11:09:46,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-02-28 11:09:46,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-02-28 11:09:46,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-02-28 11:09:46,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-02-28 11:09:46,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-02-28 11:09:46,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-02-28 11:09:46,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-02-28 11:09:46,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-02-28 11:09:46,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-02-28 11:09:46,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-02-28 11:09:46,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-02-28 11:09:46,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-02-28 11:09:46,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-02-28 11:09:46,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-02-28 11:09:46,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-02-28 11:09:46,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-02-28 11:09:46,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-02-28 11:09:46,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-02-28 11:09:46,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-02-28 11:09:46,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-02-28 11:09:46,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-02-28 11:09:46,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-02-28 11:09:46,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-02-28 11:09:46,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-02-28 11:09:46,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-02-28 11:09:46,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-02-28 11:09:46,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-02-28 11:09:46,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-02-28 11:09:46,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-02-28 11:09:46,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-02-28 11:09:46,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-02-28 11:09:46,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-02-28 11:09:46,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-02-28 11:09:46,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-02-28 11:09:46,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-02-28 11:09:46,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-02-28 11:09:46,737 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#802334372 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:46,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-02-28 11:09:46,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-02-28 11:09:46,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2018-02-28 11:09:46,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2018-02-28 11:09:46,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2018-02-28 11:09:46,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-02-28 11:09:46,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2018-02-28 11:09:46,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-02-28 11:09:46,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2018-02-28 11:09:46,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2018-02-28 11:09:46,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-02-28 11:09:46,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2018-02-28 11:09:46,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2018-02-28 11:09:46,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2018-02-28 11:09:46,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-02-28 11:09:46,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2018-02-28 11:09:46,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-02-28 11:09:46,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2018-02-28 11:09:46,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2018-02-28 11:09:46,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2018-02-28 11:09:46,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2018-02-28 11:09:46,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2018-02-28 11:09:46,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2018-02-28 11:09:46,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-02-28 11:09:46,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-02-28 11:09:46,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2018-02-28 11:09:46,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-02-28 11:09:46,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2018-02-28 11:09:46,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2018-02-28 11:09:46,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-02-28 11:09:46,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2018-02-28 11:09:46,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-02-28 11:09:46,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2018-02-28 11:09:46,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2018-02-28 11:09:46,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2018-02-28 11:09:46,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2018-02-28 11:09:46,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2018-02-28 11:09:46,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2018-02-28 11:09:46,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2018-02-28 11:09:46,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2018-02-28 11:09:46,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2018-02-28 11:09:46,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2018-02-28 11:09:46,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2018-02-28 11:09:46,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2018-02-28 11:09:46,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-02-28 11:09:46,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-02-28 11:09:46,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2018-02-28 11:09:46,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2018-02-28 11:09:46,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-02-28 11:09:46,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2018-02-28 11:09:46,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-02-28 11:09:46,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2018-02-28 11:09:46,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2018-02-28 11:09:46,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2018-02-28 11:09:46,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2018-02-28 11:09:46,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2018-02-28 11:09:46,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-02-28 11:09:46,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2018-02-28 11:09:46,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2018-02-28 11:09:46,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2018-02-28 11:09:46,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2018-02-28 11:09:46,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2018-02-28 11:09:46,847 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#132129585 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2018-02-28 11:09:47,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2018-02-28 11:09:47,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2018-02-28 11:09:47,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-02-28 11:09:47,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2018-02-28 11:09:47,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2018-02-28 11:09:47,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2018-02-28 11:09:47,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2018-02-28 11:09:47,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2018-02-28 11:09:47,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2018-02-28 11:09:47,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-02-28 11:09:47,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-02-28 11:09:47,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-02-28 11:09:47,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-02-28 11:09:47,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2018-02-28 11:09:47,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-02-28 11:09:47,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-02-28 11:09:47,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-02-28 11:09:47,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2018-02-28 11:09:47,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2018-02-28 11:09:47,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-02-28 11:09:47,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2018-02-28 11:09:47,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2018-02-28 11:09:47,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2018-02-28 11:09:47,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-02-28 11:09:47,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2018-02-28 11:09:47,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2018-02-28 11:09:47,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2018-02-28 11:09:47,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2018-02-28 11:09:47,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2018-02-28 11:09:47,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2018-02-28 11:09:47,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2018-02-28 11:09:47,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2018-02-28 11:09:47,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2018-02-28 11:09:47,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2018-02-28 11:09:47,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2018-02-28 11:09:47,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2018-02-28 11:09:47,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2018-02-28 11:09:47,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-02-28 11:09:47,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2018-02-28 11:09:47,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2018-02-28 11:09:47,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2018-02-28 11:09:47,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2018-02-28 11:09:47,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2018-02-28 11:09:47,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2018-02-28 11:09:47,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-02-28 11:09:47,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2018-02-28 11:09:47,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2018-02-28 11:09:47,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2018-02-28 11:09:47,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-02-28 11:09:47,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2018-02-28 11:09:47,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2018-02-28 11:09:47,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2018-02-28 11:09:47,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2018-02-28 11:09:47,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-02-28 11:09:47,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2018-02-28 11:09:47,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-02-28 11:09:47,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-02-28 11:09:47,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2018-02-28 11:09:47,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-02-28 11:09:47,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2018-02-28 11:09:47,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2018-02-28 11:09:47,076 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1970590475 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-02-28 11:09:47,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2018-02-28 11:09:47,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2018-02-28 11:09:47,190 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76a5a831, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,192 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20395afe, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,250 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#880234640 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,282 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#968614268 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,312 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1677727024 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,339 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-02-28 11:09:47,428 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20395afe, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,431 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@48d44acf, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,473 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1975401695 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,499 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#42506186 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,525 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#605435788 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-02-28 11:09:47,553 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@48d44acf, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,555 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5434de8, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,587 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1815146436 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,615 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1392735791 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,640 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#438862179 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,676 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-02-28 11:09:47,677 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-02-28 11:09:47,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2018-02-28 11:09:47,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2018-02-28 11:09:47,695 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5434de8, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,696 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22f79c09, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1266601271 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#394312725 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,776 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#316882043 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,827 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22f79c09, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,829 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5afd2f4e, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,872 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1629265201 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#549269634 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,907 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#445522075 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,920 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5afd2f4e, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,923 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339de67e, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:47,954 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#640447907 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,971 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1658533767 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,987 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#868847886 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:47,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2018-02-28 11:09:47,994 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339de67e, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:47,997 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46e03c31, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,027 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#864016033 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,045 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#103357744 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,063 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1565472203 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2018-02-28 11:09:48,070 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46e03c31, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,072 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39ad1fdb, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1257524802 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,120 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1924859456 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,134 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#248961407 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2018-02-28 11:09:48,140 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39ad1fdb, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,142 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@427937c1, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,171 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2052506567 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1671391757 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,205 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1925104386 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2018-02-28 11:09:48,212 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@427937c1, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,214 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5622e162, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,241 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#603365773 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,260 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2119156625 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,275 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1296043639 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2018-02-28 11:09:48,281 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5622e162, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,283 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11581810, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,311 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1734479232 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,343 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#800722298 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,358 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1851323245 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2018-02-28 11:09:48,364 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11581810, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,366 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@475cb91b, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,394 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1923614312 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,415 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#12275979 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,430 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#927339355 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2018-02-28 11:09:48,438 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@475cb91b, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,446 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@184e7447, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,476 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1225213742 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,492 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#435964064 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,519 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#524014602 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2018-02-28 11:09:48,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2018-02-28 11:09:48,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2018-02-28 11:09:48,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2018-02-28 11:09:48,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2018-02-28 11:09:48,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2018-02-28 11:09:48,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2018-02-28 11:09:48,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2018-02-28 11:09:48,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2018-02-28 11:09:48,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2018-02-28 11:09:48,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2018-02-28 11:09:48,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2018-02-28 11:09:48,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2018-02-28 11:09:48,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2018-02-28 11:09:48,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2018-02-28 11:09:48,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2018-02-28 11:09:48,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2018-02-28 11:09:48,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2018-02-28 11:09:48,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2018-02-28 11:09:48,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2018-02-28 11:09:48,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2018-02-28 11:09:48,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2018-02-28 11:09:48,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2018-02-28 11:09:48,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2018-02-28 11:09:48,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2018-02-28 11:09:48,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2018-02-28 11:09:48,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2018-02-28 11:09:48,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2018-02-28 11:09:48,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2018-02-28 11:09:48,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2018-02-28 11:09:48,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2018-02-28 11:09:48,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2018-02-28 11:09:48,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2018-02-28 11:09:48,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2018-02-28 11:09:48,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2018-02-28 11:09:48,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2018-02-28 11:09:48,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2018-02-28 11:09:48,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2018-02-28 11:09:48,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2018-02-28 11:09:48,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2018-02-28 11:09:48,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2018-02-28 11:09:48,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2018-02-28 11:09:48,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2018-02-28 11:09:48,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2018-02-28 11:09:48,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2018-02-28 11:09:48,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2018-02-28 11:09:48,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2018-02-28 11:09:48,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2018-02-28 11:09:48,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2018-02-28 11:09:48,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2018-02-28 11:09:48,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2018-02-28 11:09:48,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2018-02-28 11:09:48,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2018-02-28 11:09:48,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2018-02-28 11:09:48,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2018-02-28 11:09:48,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2018-02-28 11:09:48,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2018-02-28 11:09:48,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2018-02-28 11:09:48,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2018-02-28 11:09:48,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2018-02-28 11:09:48,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2018-02-28 11:09:48,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2018-02-28 11:09:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2018-02-28 11:09:48,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@184e7447, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,847 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d6d93f9, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,883 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1342372881 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,898 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#117463918 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,912 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1892854145 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,922 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#488170925 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2018-02-28 11:09:48,929 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d6d93f9, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:48,932 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1199ac5, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:48,957 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2026945259 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,972 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1658072759 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,986 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1236961960 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:48,997 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1976334172 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2018-02-28 11:09:49,008 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1199ac5, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:49,010 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@709de434, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:49,035 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#444070574 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,050 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1286736411 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,065 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#70945120 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,076 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2011869283 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-02-28 11:09:49,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2018-02-28 11:09:49,087 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@709de434, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:49,089 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63f8006f, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:49,123 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1095280151 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#549472460 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1289493889 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,161 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1599141438 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,164 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63f8006f, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:49,166 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6ae30b05, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [true] 2018-02-28 11:09:49,190 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1091660814 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,204 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2058055906 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,216 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#911149679 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,228 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1674249951 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,238 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2018-02-28 11:09:49,239 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6ae30b05, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:49,242 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@198cf325, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:49,265 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1939310021 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#76625659 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,292 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#182426297 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,303 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1198508193 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,307 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2018-02-28 11:09:49,317 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2018-02-28 11:09:49,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2018-02-28 11:09:49,328 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-02-28 11:09:49,329 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2018-02-28 11:09:49,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-02-28 11:09:49,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2018-02-28 11:09:49,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2018-02-28 11:09:49,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2018-02-28 11:09:49,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2018-02-28 11:09:49,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2018-02-28 11:09:49,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2018-02-28 11:09:49,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-02-28 11:09:49,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2018-02-28 11:09:49,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2018-02-28 11:09:49,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-02-28 11:09:49,339 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-02-28 11:09:49,340 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-02-28 11:09:49,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2018-02-28 11:09:49,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2018-02-28 11:09:49,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2018-02-28 11:09:49,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2018-02-28 11:09:49,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-02-28 11:09:49,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-02-28 11:09:49,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-02-28 11:09:49,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-02-28 11:09:49,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-02-28 11:09:49,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2018-02-28 11:09:49,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-02-28 11:09:49,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2018-02-28 11:09:49,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2018-02-28 11:09:49,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2018-02-28 11:09:49,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2018-02-28 11:09:49,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2018-02-28 11:09:49,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-02-28 11:09:49,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2018-02-28 11:09:49,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2018-02-28 11:09:49,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2018-02-28 11:09:49,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2018-02-28 11:09:49,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-02-28 11:09:49,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2018-02-28 11:09:49,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-02-28 11:09:49,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2018-02-28 11:09:49,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-02-28 11:09:49,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2018-02-28 11:09:49,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2018-02-28 11:09:49,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-02-28 11:09:49,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2018-02-28 11:09:49,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2018-02-28 11:09:49,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2018-02-28 11:09:49,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2018-02-28 11:09:49,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2018-02-28 11:09:49,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2018-02-28 11:09:49,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2018-02-28 11:09:49,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2018-02-28 11:09:49,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2018-02-28 11:09:49,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2018-02-28 11:09:49,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-02-28 11:09:49,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2018-02-28 11:09:49,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2018-02-28 11:09:49,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2018-02-28 11:09:49,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2018-02-28 11:09:49,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2018-02-28 11:09:49,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2018-02-28 11:09:49,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2018-02-28 11:09:49,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2018-02-28 11:09:49,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2018-02-28 11:09:49,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2018-02-28 11:09:49,612 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@198cf325, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:49,621 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@921f5bf, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:49,655 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1520517150 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,670 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1081535004 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,682 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#2135840037 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:49,703 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2018-02-28 11:09:49,723 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2018-02-28 11:09:49,727 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-02-28 11:09:49,727 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-02-28 11:09:49,804 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2018-02-28 11:09:49,808 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-02-28 11:09:49,808 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2018-02-28 11:09:49,816 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#629584666) 2018-02-28 11:09:49,816 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#629584666) 2018-02-28 11:09:49,816 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2018-02-28 11:09:49,817 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#629584666) complete 2018-02-28 11:09:49,819 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2018-02-28 11:09:49,820 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-02-28 11:09:49,822 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2018-02-28 11:09:49,825 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-02-28 11:09:49,825 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-02-28 11:09:49,826 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-02-28 11:09:49,828 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-02-28 11:09:49,828 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2018-02-28 11:09:49,829 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2018-02-28 11:09:49,830 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2018-02-28 11:09:49,830 INFO [pool-14-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2018-02-28 11:09:49,935 INFO [pool-14-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-02-28 11:09:50,033 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-02-28 11:09:50,033 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2018-02-28 11:09:50,034 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2018-02-28 11:09:50,034 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2018-02-28 11:09:50,035 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2018-02-28 11:09:50,035 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2018-02-28 11:09:50,036 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2018-02-28 11:09:50,036 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-02-28 11:09:50,037 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2018-02-28 11:09:50,038 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2018-02-28 11:09:50,038 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-02-28 11:09:50,039 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-02-28 11:09:50,039 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-02-28 11:09:50,039 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2018-02-28 11:09:50,040 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2018-02-28 11:09:50,040 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2018-02-28 11:09:50,041 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2018-02-28 11:09:50,042 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-02-28 11:09:50,042 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-02-28 11:09:50,043 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-02-28 11:09:50,043 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-02-28 11:09:50,044 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-02-28 11:09:50,044 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2018-02-28 11:09:50,045 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-02-28 11:09:50,045 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2018-02-28 11:09:50,046 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2018-02-28 11:09:50,046 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2018-02-28 11:09:50,047 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2018-02-28 11:09:50,047 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2018-02-28 11:09:50,048 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-02-28 11:09:50,048 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2018-02-28 11:09:50,050 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2018-02-28 11:09:50,051 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2018-02-28 11:09:50,051 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2018-02-28 11:09:50,052 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-02-28 11:09:50,053 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2018-02-28 11:09:50,053 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-02-28 11:09:50,054 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2018-02-28 11:09:50,058 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-02-28 11:09:50,059 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2018-02-28 11:09:50,059 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2018-02-28 11:09:50,060 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-02-28 11:09:50,061 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2018-02-28 11:09:50,061 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2018-02-28 11:09:50,062 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2018-02-28 11:09:50,063 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2018-02-28 11:09:50,063 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2018-02-28 11:09:50,064 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2018-02-28 11:09:50,065 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2018-02-28 11:09:50,066 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2018-02-28 11:09:50,067 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2018-02-28 11:09:50,067 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2018-02-28 11:09:50,068 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-02-28 11:09:50,069 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2018-02-28 11:09:50,070 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2018-02-28 11:09:50,070 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2018-02-28 11:09:50,071 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2018-02-28 11:09:50,072 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2018-02-28 11:09:50,072 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2018-02-28 11:09:50,073 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2018-02-28 11:09:50,074 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2018-02-28 11:09:50,075 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2018-02-28 11:09:50,076 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2018-02-28 11:09:50,077 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@921f5bf, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,082 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bd8b901, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,124 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1128222445 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1880363304 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2018-02-28 11:09:50,145 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bd8b901, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,148 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6cdfae17, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,178 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2077754605 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#444356923 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,193 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6cdfae17, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,195 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@387f581e, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,221 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1800686460 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,234 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2076191041 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,237 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@387f581e, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,239 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11186a22, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,264 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#771614468 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,274 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1207664059 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2018-02-28 11:09:50,280 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11186a22, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,283 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@72f18fbd, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,309 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1299268574 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,319 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1164658834 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,325 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@72f18fbd, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,328 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@464de784, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,353 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#555334461 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,363 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#316897970 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,372 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@464de784, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@eeb1cac, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,397 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#683250400 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,407 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1793993005 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,409 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@eeb1cac, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,411 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@42a4b97, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,433 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#118329190 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,442 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2066339729 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,445 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@42a4b97, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,447 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5db7419c, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,469 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#565145979 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,478 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1387035017 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,482 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5db7419c, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,484 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ee2b6c3, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,505 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2067147798 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,516 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2105525350 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,521 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ee2b6c3, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,523 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71637a85, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,547 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1809261025 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,557 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#549913230 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,563 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71637a85, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,565 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b506c3b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,584 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1987865044 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,592 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1869680039 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,601 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b506c3b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,603 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4457e347, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,622 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#50530848 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,631 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#637301446 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,642 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4457e347, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,647 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@e80fc9d, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,671 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1860857336 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,683 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2045592568 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,686 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@e80fc9d, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,692 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fc294ae, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,714 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1114081006 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,722 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1898606184 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,726 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fc294ae, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,729 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a0eca26, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,752 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1661936805 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,760 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#351285400 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a0eca26, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,769 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bfa2801, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,795 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1618741555 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,804 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#177861902 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bfa2801, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@764b7ff7, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,831 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1890118652 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,841 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#381609470 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,845 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@764b7ff7, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,847 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@406efe63, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,869 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#392929911 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1344994164 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,885 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@406efe63, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,888 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4be4680b, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,907 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#691586697 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,915 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1281365127 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,932 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4be4680b, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:50,934 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44cea6bb, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:50,954 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#358279254 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,975 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1560204526 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:50,995 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-02-28 11:09:51,004 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-02-28 11:09:51,006 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44cea6bb, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:51,009 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@527ff176, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:51,040 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1350490636 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:51,047 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1126210080 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:51,059 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@527ff176, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:51,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38a2118b, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:51,077 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1243268751 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:51,086 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1636838117 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:51,974 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-02-28 11:09:51,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-02-28 11:09:51,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-02-28 11:09:51,975 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-02-28 11:09:51,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-02-28 11:09:51,979 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38a2118b, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:51,981 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@319b7537, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:52,002 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#232327611 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,011 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#979827599 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,019 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-02-28 11:09:52,019 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-02-28 11:09:52,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-02-28 11:09:52,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-02-28 11:09:52,020 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-02-28 11:09:52,022 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@319b7537, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:52,027 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7715471f, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:52,047 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1044894821 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,057 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#27576395 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,942 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2018-02-28 11:09:52,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-02-28 11:09:52,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-02-28 11:09:52,946 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-02-28 11:09:52,948 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7715471f, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:52,950 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2aff6ec3, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:52,973 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1555655829 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,983 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#224901946 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:52,994 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2018-02-28 11:09:52,994 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2018-02-28 11:09:52,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-02-28 11:09:52,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-02-28 11:09:52,995 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-02-28 11:09:52,997 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2aff6ec3, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:52,999 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dff0458, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:53,028 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1981525080 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,044 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1219821259 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,048 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2018-02-28 11:09:53,051 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2018-02-28 11:09:53,055 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2018-02-28 11:09:53,055 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2018-02-28 11:09:53,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-02-28 11:09:53,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-02-28 11:09:53,057 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-02-28 11:09:53,060 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dff0458, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:53,063 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4db5663b, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:53,087 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1726394402 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,097 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1194087944 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2018-02-28 11:09:53,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2018-02-28 11:09:53,937 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4db5663b, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:53,939 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38f183e9, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:53,959 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1569226748 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,968 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1811340317 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:53,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-02-28 11:09:53,971 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-02-28 11:09:54,005 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2018-02-28 11:09:54,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-02-28 11:09:54,024 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:09:54,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-02-28 11:09:54,027 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:09:54,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-02-28 11:09:54,028 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:09:54,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-02-28 11:09:54,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-02-28 11:09:54,038 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:09:54,039 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:09:54,041 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:09:54,041 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:09:54,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-02-28 11:09:54,043 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:09:54,043 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:09:54,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-02-28 11:09:54,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-02-28 11:09:54,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-02-28 11:09:54,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-02-28 11:09:54,071 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,071 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,073 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,073 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,073 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,073 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-02-28 11:09:54,074 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2018-02-28 11:09:54,084 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:09:54,086 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:09:54,088 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:09:54,092 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:09:54,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-02-28 11:09:54,116 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38f183e9, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:54,119 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c5a4842, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:54,141 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#73151650 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1953055837 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,191 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-02-28 11:09:54,192 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-02-28 11:09:54,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2018-02-28 11:09:54,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-02-28 11:09:54,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-02-28 11:09:54,200 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-02-28 11:09:54,247 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2018-02-28 11:09:54,251 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,252 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,252 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,252 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:09:54,254 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2018-02-28 11:09:54,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-02-28 11:09:54,279 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:09:54,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-02-28 11:09:54,286 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:09:54,288 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:09:54,289 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:09:54,294 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:09:54,296 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:09:54,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-02-28 11:09:54,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-02-28 11:09:54,302 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:09:54,302 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:09:54,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-02-28 11:09:54,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-02-28 11:09:54,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2018-02-28 11:09:54,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2018-02-28 11:09:54,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-02-28 11:09:54,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-02-28 11:09:54,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2018-02-28 11:09:54,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-02-28 11:09:54,408 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2018-02-28 11:09:54,411 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2018-02-28 11:09:54,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2018-02-28 11:09:54,417 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c5a4842, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:54,419 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e3cac41, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:54,453 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#268265185 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,466 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2033723909 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,480 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-02-28 11:09:54,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2018-02-28 11:09:54,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-02-28 11:09:54,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-02-28 11:09:54,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-02-28 11:09:54,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2018-02-28 11:09:54,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2018-02-28 11:09:54,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2018-02-28 11:09:54,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2018-02-28 11:09:54,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2018-02-28 11:09:54,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2018-02-28 11:09:54,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2018-02-28 11:09:54,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2018-02-28 11:09:54,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2018-02-28 11:09:54,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2018-02-28 11:09:54,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2018-02-28 11:09:54,523 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e3cac41, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:54,526 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@bc86ac, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:54,548 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#410969626 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,558 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1085021643 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-02-28 11:09:54,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2018-02-28 11:09:54,563 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-02-28 11:09:54,597 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-02-28 11:09:54,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-02-28 11:09:54,804 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:09:54,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-02-28 11:09:54,806 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:09:54,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-02-28 11:09:54,807 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:09:54,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-02-28 11:09:54,808 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:09:54,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-02-28 11:09:54,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-02-28 11:09:54,813 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:09:54,883 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:09:54,887 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:09:54,887 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:09:54,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-02-28 11:09:54,891 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:09:54,894 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:09:54,894 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:09:54,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-02-28 11:09:54,897 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:09:54,897 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:09:54,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-02-28 11:09:54,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-02-28 11:09:54,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-02-28 11:09:54,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2018-02-28 11:09:54,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-02-28 11:09:54,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-02-28 11:09:54,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-02-28 11:09:54,994 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,994 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,995 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,995 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,995 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,995 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,995 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,996 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,996 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,996 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-02-28 11:09:54,996 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2018-02-28 11:09:55,006 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:09:55,007 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:09:55,009 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:09:55,011 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:09:55,013 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:09:55,015 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:09:55,021 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@bc86ac, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:55,023 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@68c29d64, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:55,039 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1675060685 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:55,049 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1365386320 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:55,058 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@68c29d64, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:55,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ea10f3, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:55,084 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1906624857 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:55,093 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1944976977 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:55,983 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ea10f3, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:55,985 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c24e56e, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:56,002 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#587432749 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,009 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1797156747 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,014 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c24e56e, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:56,017 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f81872b, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:56,032 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#413507320 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,038 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1866992046 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2018-02-28 11:09:56,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2018-02-28 11:09:56,042 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f81872b, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:56,045 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@43a188b6, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:56,067 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#7969927 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,075 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#262083867 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2018-02-28 11:09:56,078 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@43a188b6, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:56,081 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@135a2a14, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:56,100 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#610357179 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,109 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#233065232 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,114 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-02-28 11:09:56,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2018-02-28 11:09:56,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2018-02-28 11:09:56,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2018-02-28 11:09:56,119 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@135a2a14, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:56,121 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4392d1ad, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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@488bf7cd]; rollback [false] 2018-02-28 11:09:56,151 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1886988706 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:56,160 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#769453541 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:57,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-02-28 11:09:57,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ad0d002 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4392d1ad, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5546a9e0 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-02-28 11:09:57,061 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2154de40: startup date [Wed Feb 28 11:09:45 CET 2018]; root of context hierarchy 2018-02-28 11:09:57,063 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:09:57,063 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:09:57,309 INFO [HSQLDB Connection @394e0f1] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: Database closed [WARNING] Tests run: 80, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 12.043 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.LdapServiceTest 2018-02-28 11:09:57,560 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2018-02-28 11:09:57,567 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-02-28 11:09:57,568 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.058 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2018-02-28 11:09:57,586 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-02-28 11:09:57,604 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: Checkpoint start 2018-02-28 11:09:57,604 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: checkpointClose start 2018-02-28 11:09:57,614 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: checkpointClose synched 2018-02-28 11:09:57,631 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: checkpointClose script done 2018-02-28 11:09:57,651 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: checkpointClose end 2018-02-28 11:09:57,651 INFO [HSQLDB Server @5272b626] hsqldb.db.HSQLDB61DBE3D763.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:09:57,889 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-02-28 11:09:58,748 INFO [HSQLDB Connection @364f5a56] hsqldb.db.HSQLDB61DBE3D763.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.384 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2018-02-28 11:09:58,986 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#5724491 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:59,006 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#277257874 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:59,570 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#645470836 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:09:59,580 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-02-28 11:09:59,584 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#713130142 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.appng.core.controller.PlatformProcessorTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2018-02-28 11:09:59,750 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-02-28 11:09:59,751 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-02-28 11:09:59,753 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2018-02-28 11:09:59,762 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2018-02-28 11:09:59,764 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2018-02-28 11:09:59,764 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2018-02-28 11:09:59,764 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.225 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2018-02-28 11:09:59,863 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-02-28 11:09:59,864 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-02-28 11:09:59,864 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2018-02-28 11:09:59,865 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.009 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2018-02-28 11:09:59,876 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2018-02-28 11:09:59,895 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2018-02-28 11:09:59,904 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.045 s - in org.appng.core.controller.filter.RedirectFilterTest [INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2018-02-28 11:09:59,964 INFO [main] org.appng.core.controller.PlatformStartup: 2018-02-28 11:09:59,965 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-02-28 11:09:59,982 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: Checkpoint start 2018-02-28 11:09:59,983 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: checkpointClose start 2018-02-28 11:09:59,995 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: checkpointClose synched 2018-02-28 11:10:00,006 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: checkpointClose script done 2018-02-28 11:10:00,048 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: checkpointClose end 2018-02-28 11:10:00,049 INFO [HSQLDB Server @bc85f82] hsqldb.db.HSQLDB61DBE3E0AD.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:10:00,169 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-02-28 11:10:00,271 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-02-28 11:10:00,394 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-02-28 11:10:00,497 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-02-28 11:10:00,509 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:10:00,516 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.008s). 2018-02-28 11:10:00,516 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:10:00,713 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.010s) 2018-02-28 11:10:00,717 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:10:00,726 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:10:00,744 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:10:00,765 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:10:00,777 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:10:00,784 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:10:00,790 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:10:00,795 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:10:00,801 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:10:00,807 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:10:00,814 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:10:00,820 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:10:00,825 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.108s). 2018-02-28 11:10:00,826 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2018-02-28 11:10:00,826 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 863 ms. 2018-02-28 11:10:00,826 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2018-02-28 11:10:05,829 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2018-02-28 11:10:05,829 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.884 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.SessionListenerTest 2018-02-28 11:10:05,888 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-02-28 11:10:05) 2018-02-28 11:10:05,890 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2018-02-28 11:10:05) 2018-02-28 11:10:05,891 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2018-02-28 11:10:05, accessed: 2018-02-28 11:10:05, requests: 1, domain: http://localhost:8080, user-agent: null) 2018-02-28 11:10:05,892 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-02-28 11:10:05) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2018-02-28 11:10:05,903 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-02-28 11:10:05,903 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@798b52a0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2fa0e7a8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3d5735c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@73226368, org.springframework.test.context.transaction.TransactionalTestExecutionListener@501f21fe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78aa11f2] 2018-02-28 11:10:05,905 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-02-28 11:10:05,934 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-02-28 11:10:05,944 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-02-28 11:10:05,958 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7c57c200: startup date [Wed Feb 28 11:10:05 CET 2018]; root of context hierarchy 2018-02-28 11:10:06,099 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: Checkpoint start 2018-02-28 11:10:06,100 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: checkpointClose start 2018-02-28 11:10:06,313 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: checkpointClose synched 2018-02-28 11:10:06,368 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: checkpointClose script done 2018-02-28 11:10:06,436 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: checkpointClose end 2018-02-28 11:10:06,436 INFO [HSQLDB Server @7b41ae7e] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:10:06,501 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:06,502 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-02-28 11:10:06,642 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:10:06,648 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:10:06,943 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:07,384 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7c57c200: startup date [Wed Feb 28 11:10:05 CET 2018]; root of context hierarchy 2018-02-28 11:10:07,384 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:07,892 INFO [HSQLDB Connection @5709047] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.201 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.handler.GuiHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2018-02-28 11:10:08,118 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:166) at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:264) 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-02-28 11:10:08,127 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70ebf6d8: startup date [Wed Feb 28 11:10:08 CET 2018]; root of context hierarchy 2018-02-28 11:10:08,372 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) 2018-02-28 11:10:08,415 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@70ebf6d8: startup date [Wed Feb 28 11:10:08 CET 2018]; root of context hierarchy [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.ControllerTest 2018-02-28 11:10:08,649 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,651 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1226928554 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,676 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,677 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#410030 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,681 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,682 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#810563133 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,684 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,685 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1250154088 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,693 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,694 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2008691930 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,696 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,698 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#984348334 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,699 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#993116346 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,703 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,704 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1016270773 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,706 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2018-02-28 11:10:08,706 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,707 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#935370378 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,713 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,715 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#411228568 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,717 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,718 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1451999044 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,720 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,721 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#749262859 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,723 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,724 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#152787067 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,725 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,727 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#703727446 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,729 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,731 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1229380942 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,734 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#787758615 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,738 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,739 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2001009146 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,740 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,742 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#539914192 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,743 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2018-02-28 11:10:08,744 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,745 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#209822423 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,748 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#315055016 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,754 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,755 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#889520518 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,758 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,760 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#317852562 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,762 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,763 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#240100370 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,765 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,766 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#246953868 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,768 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,769 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1553441651 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-02-28 11:10:08,772 INFO [main] org.appng.core.controller.Controller: Controller created 2018-02-28 11:10:08,773 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1448707351 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.RedirectTest 2018-02-28 11:10:08,777 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2018-02-28 11:10:08,778 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2018-02-28 11:10:08,779 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.002 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2018-02-28 11:10:08,786 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-02-28 11:10:08,787 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@419ffde3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@73c29540, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@61b0d0e6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1bf22938, org.springframework.test.context.transaction.TransactionalTestExecutionListener@253caf40, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@42b35632] 2018-02-28 11:10:08,788 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-02-28 11:10:08,946 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@25639962: startup date [Wed Feb 28 11:10:08 CET 2018]; root of context hierarchy 2018-02-28 11:10:09,103 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:10:09,118 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-02-28 11:10:09,149 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:10:09,150 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:10:09,150 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:10:09,150 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:10:09,150 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:10:09,253 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:10:09,258 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:10:09,421 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@53104db] 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-02-28 11:10:09,773 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c4f762c] 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-02-28 11:10:09,801 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:10:09,903 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:10:10,050 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@25639962: startup date [Wed Feb 28 11:10:08 CET 2018]; root of context hierarchy 2018-02-28 11:10:10,143 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-02-28 11:10:10,144 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1542694572- 2018-02-28 11:10:10,164 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-02-28 11:10:10,175 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-02-28 11:10:10,177 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-02-28 11:10:10,177 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-02-28 11:10:10,179 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 2107464159- 2018-02-28 11:10:10,189 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@25639962: startup date [Wed Feb 28 11:10:08 CET 2018]; root of context hierarchy 2018-02-28 11:10:10,190 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-02-28 11:10:10,190 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:10:10,682 INFO [HSQLDB Connection @6bea1e55] hsqldb.db.HSQLDB61DBE3A8D9.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2018-02-28 11:10:10,900 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-02-28 11:10:10,900 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5350383e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@63a6798f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@381f372d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@324e77b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@608d2806, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30374f99] 2018-02-28 11:10:10,902 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-02-28 11:10:10,935 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-02-28 11:10:10,942 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-02-28 11:10:10,952 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7150a0ed: startup date [Wed Feb 28 11:10:10 CET 2018]; root of context hierarchy 2018-02-28 11:10:11,110 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:11,113 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-02-28 11:10:11,270 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:10:11,278 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:10:11,335 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:11,759 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: 1688160502 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-02-28 11:10:11,925 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: 1449505391 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-02-28 11:10:12,257 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7150a0ed: startup date [Wed Feb 28 11:10:10 CET 2018]; root of context hierarchy 2018-02-28 11:10:12,258 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:10:12,742 INFO [HSQLDB Connection @7db320f6] hsqldb.db.HSQLDB61DBE3F88B.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.061 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.JarInfoBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.model.RepositoryUtilsTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2018-02-28 11:10:12,999 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.07 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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.014 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.CacheProviderTest 2018-02-28 11:10:13,101 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2018-02-28 11:10:13,101 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2018-02-28 11:10:13,105 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-02-28 11:10:13,106 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.012 s - in org.appng.core.model.CacheProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 277, 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.17.0.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. [INFO] 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/templating/ThymeleafReplaceInterceptor.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/ThymeleafTemplateEngine.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/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/repository/PermissionRepository.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/PlatformEventRepository.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/RepoRepository.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/ApplicationRepository.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/repository/ResourceRepository.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/SiteApplicationRepository.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/config/HikariCPConfigurer.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/TomcatJdbcConfigurer.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/package-info.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/package-info.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/JMXUtils.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/signing/SigningException.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/Signer.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/CertChainValidator.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/BaseConfig.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/BCryptPasswordHandler.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/DefaultPasswordPolicy.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/PasswordHandler.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/DigestUtil.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/package-info.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/ObjectUtils.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/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/ResourceImpl.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/SiteApplication.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/PermissionImpl.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/PlatformEvent.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/ValidationPatterns.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/PackageArchiveImpl.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/SubjectImpl.java... 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/package-info.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/RepositoryImpl.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/ApplicationProperties.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/DatabaseService.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/TemplateService.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/CacheService.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/service/package-info.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/controller/RepositoryWatcher.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/Session.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/messaging/ReloadSiteEvent.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/TribesSender.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/NodeEvent.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/MessageHandler.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/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/RabbitMQSender.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/JedisBase.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/JedisReceiver.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/Controller.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/ResponseWrapper.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/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/MSOfficeUserAgentFilter.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/CacheElementBase.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/SoapService.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/JspHandler.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/ServiceRequestHandler.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/package-info.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/SessionListener.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/package-info.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/PageParameterProcessor.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/RepositoryMode.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/RepositoryCacheSoap.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/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/PlatformProcessor.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/ZipFileProcessor.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/model/RepositoryScheme.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/RepositoryType.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/ThymeleafProcessor.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/ActionElement.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/ApplicationContext.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/RepositoryCacheBase.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/PackageWrapper.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/DataSourceElement.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/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/ResponseType.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/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/Packages.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/GetPackageResponse.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/PackageType.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/GetPackageVersionsResponse.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/PackageVersions.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/GetCertificationRequest.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... 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/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/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/class-use/Redirect.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/ThymeleafReplaceInterceptorBase.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/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.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/repository/class-use/PermissionRepository.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/PlatformEventRepository.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/RepoRepository.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/ApplicationRepository.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/repository/class-use/ResourceRepository.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/class-use/SiteApplicationRepository.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/config/class-use/HikariCPConfigurer.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/TomcatJdbcConfigurer.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/class-use/SubjectRepository.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/class-use/JMXUtils.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/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/SignerConfig.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/SignatureWrapper.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/ValidatorConfig.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/class-use/BCryptPasswordHandler.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/DefaultPasswordPolicy.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/PasswordHandler.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/DigestUtil.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/domain/class-use/Auditable.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/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/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/ResourceImpl.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/SiteApplication.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/PermissionImpl.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/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/GroupImpl.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/PersistentPropertyHolder.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/ApplicationImpl.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/TemplateResource.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/RepositoryImpl.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/ApplicationProperties.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/DatabaseService.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/TemplateService.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/CacheService.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/service/class-use/InitializerService.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/class-use/PlatformStartup.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/AppngCache.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/RabbitMQBase.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/MulticastReceiver.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/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/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/RabbitMQSender.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/JedisBase.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/JedisReceiver.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/class-use/Controller.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/XSSFilter.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/MSOfficeUserAgentFilter.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/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/SoapService.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/JspHandler.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/ServiceRequestHandler.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/GuiHandler.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/class-use/HttpHeaders.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/PackageVersion.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/RepositoryCacheSoap.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/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/PlatformProcessor.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/ZipFileProcessor.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/model/class-use/RepositoryScheme.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/RepositoryType.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/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/AbstractRequestProcessor.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/ApplicationContext.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/PlatformTransformer.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/AccessibleApplication.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/RepositoryUtils.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/RepositoryCacheFilesystem.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/Packages.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/GetPackageResponse.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/PackageType.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/GetPackageVersionsResponse.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/PackageVersions.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/GetCertificationRequest.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/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:58: 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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0.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.17.0/appng-core-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-core --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.17.0 [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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tomcat7 --- [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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.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.17.0/appng-tomcat7-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tomcat7 --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.17.0 [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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tomcat8 --- [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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.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.17.0/appng-tomcat8-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tomcat8 --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.17.0 [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/site/CheckSiteRunning.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.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.application.CommandListApplicationsTest 2018-02-28 11:10:57,817 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-02-28 11:10:57,838 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@16267862, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@453da22c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@71248c21, org.springframework.test.context.support.DirtiesContextTestExecutionListener@442675e1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6166e06f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@49e202ad] 2018-02-28 11:10:57,923 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:10:58,515 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@61009542: startup date [Wed Feb 28 11:10:58 CET 2018]; root of context hierarchy 2018-02-28 11:10:59,311 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Checkpoint start 2018-02-28 11:10:59,311 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: checkpointClose start 2018-02-28 11:10:59,620 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: checkpointClose synched 2018-02-28 11:10:59,862 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: checkpointClose script done 2018-02-28 11:11:00,165 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: checkpointClose end 2018-02-28 11:11:00,167 INFO [HSQLDB Server @3da05287] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:11:00,378 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:00,488 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:00,774 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-02-28 11:11:00,776 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-02-28 11:11:00,853 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-02-28 11:11:01,066 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:01,068 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:01,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:01,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:01,073 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:01,221 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:01,334 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:02,198 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-02-28 11:11:03,459 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28ee7bee] 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-02-28 11:11:03,485 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2629d5dc] 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-02-28 11:11:03,562 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:04,212 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:04,722 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@61009542: startup date [Wed Feb 28 11:10:58 CET 2018]; root of context hierarchy 2018-02-28 11:11:05,633 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@73f6e07 testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@2c9d90fc, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2c1d57bc testClass = CommandListApplicationsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@337a6d30]; rollback [false] 2018-02-28 11:11:05,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:05,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:05,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:05,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:05,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:05,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:05,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:05,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:05,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:05,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:05,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:05,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:05,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:05,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:05,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:05,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:05,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:05,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:05,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:05,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:05,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:05,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:05,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:05,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:05,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:05,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:05,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:05,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:05,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:05,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:05,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:05,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:05,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:05,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:05,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:05,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:05,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:05,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:05,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:05,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:05,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:05,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:05,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:05,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:05,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:05,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:05,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:05,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:05,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:05,992 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@73f6e07 testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@2c9d90fc, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2c1d57bc testClass = CommandListApplicationsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:05,996 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@61009542: startup date [Wed Feb 28 11:10:58 CET 2018]; root of context hierarchy 2018-02-28 11:11:05,999 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:06,000 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:06,478 INFO [HSQLDB Connection @4b810dff] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.165 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2018-02-28 11:11:06,691 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-02-28 11:11:06,692 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f68a7f8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4faf1f4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4f811029, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f2b584b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5866731, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@56a05324] 2018-02-28 11:11:06,693 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:06,862 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@11e71181: startup date [Wed Feb 28 11:11:06 CET 2018]; root of context hierarchy 2018-02-28 11:11:07,043 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:07,062 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:07,091 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:07,091 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:07,092 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:07,092 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:07,092 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:07,195 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:07,212 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:07,574 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b7774d5] 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-02-28 11:11:08,189 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d284f15] 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-02-28 11:11:08,249 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:08,424 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:08,655 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@11e71181: startup date [Wed Feb 28 11:11:06 CET 2018]; root of context hierarchy 2018-02-28 11:11:08,710 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@520a95ff testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@30afb481, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@502c2278 testClass = CommandListApplicationsForSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@55044b34]; rollback [false] 2018-02-28 11:11:08,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:08,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:08,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:08,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:08,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:08,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:08,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:08,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:08,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:08,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:08,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:08,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:08,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:08,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:08,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:08,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:08,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:08,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:08,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:08,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:08,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:08,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:08,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:08,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:08,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:08,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:08,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:08,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:08,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:08,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:08,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:08,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:08,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:08,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:08,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:08,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:08,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:08,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:08,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:08,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:08,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:08,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:08,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:08,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:08,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:08,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:08,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:08,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:08,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:08,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedPaths 2018-02-28 11:11:08,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexQueueSize 2018-02-28 11:11:08,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchChunkSize 2018-02-28 11:11:08,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexDir 2018-02-28 11:11:08,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.manager-path 2018-02-28 11:11:08,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportedLanguages 2018-02-28 11:11:08,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPage 2018-02-28 11:11:08,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginRef 2018-02-28 11:11:08,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheExceptions 2018-02-28 11:11:08,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapHost 2018-02-28 11:11:08,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPage 2018-02-28 11:11:08,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPageSize 2018-02-28 11:11:08,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapGroupBaseDn 2018-02-28 11:11:08,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapDomain 2018-02-28 11:11:08,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailHost 2018-02-28 11:11:08,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileTypes 2018-02-28 11:11:08,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutRef 2018-02-28 11:11:08,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexTimeout 2018-02-28 11:11:08,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.locale 2018-02-28 11:11:08,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authApplication 2018-02-28 11:11:08,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUser 2018-02-28 11:11:08,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.host 2018-02-28 11:11:08,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexConfig 2018-02-28 11:11:08,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.enforcePrimaryDomain 2018-02-28 11:11:08,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.encoding 2018-02-28 11:11:08,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.template 2018-02-28 11:11:08,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportReloadFile 2018-02-28 11:11:08,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileSystemQueueSize 2018-02-28 11:11:08,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailDisabled 2018-02-28 11:11:08,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPages 2018-02-28 11:11:08,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailPort 2018-02-28 11:11:08,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultApplication 2018-02-28 11:11:08,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.rewriteConfig 2018-02-28 11:11:08,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.tagPrefix 2018-02-28 11:11:08,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.timeZone 2018-02-28 11:11:08,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputFormat 2018-02-28 11:11:08,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.wwwDir 2018-02-28 11:11:08,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.DatasourceConfigurer 2018-02-28 11:11:08,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.name 2018-02-28 11:11:08,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUserBaseDn 2018-02-28 11:11:08,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapStartTls 2018-02-28 11:11:08,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.siteRootDir 2018-02-28 11:11:08,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.xssExceptions 2018-02-28 11:11:08,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputType 2018-02-28 11:11:08,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.service-path 2018-02-28 11:11:08,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheEnabled 2018-02-28 11:11:08,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutPage 2018-02-28 11:11:08,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginPage 2018-02-28 11:11:08,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedMethods 2018-02-28 11:11:08,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPrincipalScheme 2018-02-28 11:11:08,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionValue 2018-02-28 11:11:08,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.documentDir 2018-02-28 11:11:08,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheBlockingTimeout 2018-02-28 11:11:08,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPassword 2018-02-28 11:11:08,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectionEnabled 2018-02-28 11:11:08,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapIdAttribute 2018-02-28 11:11:08,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheClearOnShutdown 2018-02-28 11:11:08,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionName 2018-02-28 11:11:08,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.assetsDir 2018-02-28 11:11:08,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheStatistics 2018-02-28 11:11:08,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchMaxHits 2018-02-28 11:11:08,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.appendTabId 2018-02-28 11:11:08,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site testsite 2018-02-28 11:11:09,114 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@520a95ff testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@30afb481, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@502c2278 testClass = CommandListApplicationsForSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:09,115 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@11e71181: startup date [Wed Feb 28 11:11:06 CET 2018]; root of context hierarchy 2018-02-28 11:11:09,117 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:09,118 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:09,471 INFO [HSQLDB Connection @1b4c7b02] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.993 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2018-02-28 11:11:09,689 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-02-28 11:11:09,690 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@68a5aadd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1c2096c6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1a89414e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17f8db6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44492c06, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c4714ef] 2018-02-28 11:11:09,691 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:09,896 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c94bd18: startup date [Wed Feb 28 11:11:09 CET 2018]; root of context hierarchy 2018-02-28 11:11:10,165 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:10,183 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:10,227 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:10,227 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:10,227 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:10,227 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:10,227 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:10,330 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:10,341 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:10,581 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60ab895f] 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-02-28 11:11:10,783 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@295f2d1b] 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-02-28 11:11:10,829 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:11,049 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:11,331 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@c94bd18: startup date [Wed Feb 28 11:11:09 CET 2018]; root of context hierarchy 2018-02-28 11:11:11,381 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@63c4d16 testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@29bd2796, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@702cfbde testClass = CommandInstallApplicationTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@5f5a33ed]; rollback [false] 2018-02-28 11:11:11,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:11,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:11,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:11,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:11,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:11,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:11,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:11,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:11,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:11,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:11,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:11,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:11,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:11,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:11,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:11,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:11,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:11,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:11,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:11,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:11,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:11,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:11,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:11,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:11,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:11,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:11,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:11,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:11,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:11,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:11,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:11,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:11,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:11,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:11,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:11,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:11,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:11,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:11,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:11,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:11,408 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:11,408 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:11,408 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:11,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:11,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:11,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:11,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:11,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:11,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:11,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Repository localrepo 2018-02-28 11:11:11,558 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-02-28 11:11:11,707 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-02-28 11:11:11,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Application demo-application 2018-02-28 11:11:11,850 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:11:11,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission debug 2018-02-28 11:11:11,864 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:11:11,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission output-format.html 2018-02-28 11:11:11,868 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:11:11,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission output-type.webgui 2018-02-28 11:11:11,878 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:11:11,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission testPermission 2018-02-28 11:11:11,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role Administrator 2018-02-28 11:11:11,898 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:11:11,902 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:11:11,904 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:11:11,905 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:11:11,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role Debugger 2018-02-28 11:11:11,910 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:11:11,915 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:11:11,916 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:11:11,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role Tester 2018-02-28 11:11:11,920 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:11:11,920 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:11:11,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.application.demo-application.foo 2018-02-28 11:11:11,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.application.demo-application.bar 2018-02-28 11:11:11,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.application.demo-application.clobValue 2018-02-28 11:11:12,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role Administrator 2018-02-28 11:11:12,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role Debugger 2018-02-28 11:11:12,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role Tester 2018-02-28 11:11:12,031 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,033 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,034 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,034 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,036 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,036 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-02-28 11:11:12,036 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2018-02-28 11:11:12,036 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-02-28 11:11:12,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource application.xml of application demo-application 2018-02-28 11:11:12,069 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-02-28 11:11:12,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource beans.xml of application demo-application 2018-02-28 11:11:12,118 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-02-28 11:11:12,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource datasources.xml of application demo-application 2018-02-28 11:11:12,131 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-02-28 11:11:12,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource events.xml of application demo-application 2018-02-28 11:11:12,172 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-02-28 11:11:12,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource master.xml of application demo-application 2018-02-28 11:11:12,185 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-02-28 11:11:12,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource page.xml of application demo-application 2018-02-28 11:11:12,200 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-02-28 11:11:12,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource plugin.xml of application demo-application 2018-02-28 11:11:12,232 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-02-28 11:11:12,233 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource messages-demo.properties of application demo-application 2018-02-28 11:11:12,238 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-02-28 11:11:12,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource mssql/V1.0_script.sql of application demo-application 2018-02-28 11:11:12,324 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-02-28 11:11:12,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Resource mysql/V1.0_script.sql of application demo-application 2018-02-28 11:11:12,372 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:11:12,376 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:11:12,381 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:11:12,390 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:11:12,396 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:11:12,410 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:11:12,450 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@63c4d16 testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@29bd2796, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@702cfbde testClass = CommandInstallApplicationTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:12,451 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@c94bd18: startup date [Wed Feb 28 11:11:09 CET 2018]; root of context hierarchy 2018-02-28 11:11:12,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:12,453 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:12,796 INFO [HSQLDB Connection @773dfd53] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.323 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2018-02-28 11:11:13,008 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-02-28 11:11:13,008 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26888c31, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@24010875, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7a021f49, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e60c5a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@626df173, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4e030feb] 2018-02-28 11:11:13,010 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:13,156 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2411b935: startup date [Wed Feb 28 11:11:13 CET 2018]; root of context hierarchy 2018-02-28 11:11:13,323 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:13,342 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:13,369 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:13,369 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:13,369 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:13,369 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:13,370 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:13,473 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:13,482 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:13,724 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@42474b18] 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-02-28 11:11:14,602 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@31b91435] 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-02-28 11:11:14,634 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:14,728 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:14,892 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2411b935: startup date [Wed Feb 28 11:11:13 CET 2018]; root of context hierarchy 2018-02-28 11:11:14,930 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4c78e00c testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@22b3b5d0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d65767 testClass = CommandUpdatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@70f5f57d]; rollback [false] 2018-02-28 11:11:14,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:14,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:14,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:14,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:14,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:14,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:14,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:14,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:14,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:14,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:14,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:14,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:14,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:14,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:14,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:14,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:14,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:14,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:14,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:14,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:14,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:14,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:14,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:14,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:14,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:14,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:14,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:14,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:14,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:14,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:14,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:14,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:14,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:14,950 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:14,950 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:14,950 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:14,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:14,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:14,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:14,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:14,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:14,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:14,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:14,953 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:14,953 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:14,953 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:14,953 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:14,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:14,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:14,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Property platform.devMode 2018-02-28 11:11:14,995 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4c78e00c testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@22b3b5d0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d65767 testClass = CommandUpdatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:14,996 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2411b935: startup date [Wed Feb 28 11:11:13 CET 2018]; root of context hierarchy 2018-02-28 11:11:14,998 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:14,998 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:15,175 INFO [HSQLDB Connection @6ff202ae] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.377 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2018-02-28 11:11:15,394 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-02-28 11:11:15,394 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4eec5fa6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@21579b35, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@25b83dce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@74cd8c55, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5870fc05, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@45e35a0d] 2018-02-28 11:11:15,399 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:15,564 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@21d15932: startup date [Wed Feb 28 11:11:15 CET 2018]; root of context hierarchy 2018-02-28 11:11:15,726 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:15,743 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:15,788 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:15,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:15,790 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:15,790 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:15,790 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:15,892 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:15,899 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:16,069 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@639cb0c8] 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-02-28 11:11:17,042 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65d2d3cc] 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-02-28 11:11:17,083 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:17,250 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:17,480 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@21d15932: startup date [Wed Feb 28 11:11:15 CET 2018]; root of context hierarchy 2018-02-28 11:11:17,527 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@589d831e, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:17,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:17,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:17,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:17,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:17,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:17,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:17,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:17,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:17,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:17,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:17,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:17,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:17,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:17,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:17,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:17,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:17,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:17,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:17,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:17,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:17,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:17,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:17,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:17,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:17,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:17,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:17,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:17,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:17,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:17,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:17,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:17,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:17,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:17,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:17,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:17,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:17,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:17,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:17,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:17,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:17,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:17,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:17,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:17,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:17,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:17,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:17,566 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:17,566 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:17,566 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:17,619 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@589d831e, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:17,622 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@18ffc008, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:17,648 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@18ffc008, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:17,650 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@2e1c8027, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:17,663 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@2e1c8027, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:17,665 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@6b6939e1, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:17,679 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@6b6939e1, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:17,682 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@50aa9a91, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:17,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.timeZone 2018-02-28 11:11:17,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.rewriteConfig 2018-02-28 11:11:17,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPageSize 2018-02-28 11:11:17,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.assetsDir 2018-02-28 11:11:17,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectionEnabled 2018-02-28 11:11:17,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapGroupBaseDn 2018-02-28 11:11:17,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileSystemQueueSize 2018-02-28 11:11:17,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPassword 2018-02-28 11:11:17,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.siteRootDir 2018-02-28 11:11:17,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.service-path 2018-02-28 11:11:17,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheStatistics 2018-02-28 11:11:17,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPage 2018-02-28 11:11:17,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailPort 2018-02-28 11:11:17,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.wwwDir 2018-02-28 11:11:17,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportReloadFile 2018-02-28 11:11:17,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailDisabled 2018-02-28 11:11:17,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionValue 2018-02-28 11:11:17,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapDomain 2018-02-28 11:11:17,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputFormat 2018-02-28 11:11:17,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapStartTls 2018-02-28 11:11:17,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.DatasourceConfigurer 2018-02-28 11:11:17,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginRef 2018-02-28 11:11:17,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapIdAttribute 2018-02-28 11:11:17,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexTimeout 2018-02-28 11:11:17,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexConfig 2018-02-28 11:11:17,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUserBaseDn 2018-02-28 11:11:17,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.host 2018-02-28 11:11:17,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchChunkSize 2018-02-28 11:11:17,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.locale 2018-02-28 11:11:17,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginPage 2018-02-28 11:11:17,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportedLanguages 2018-02-28 11:11:17,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPages 2018-02-28 11:11:17,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.documentDir 2018-02-28 11:11:17,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.enforcePrimaryDomain 2018-02-28 11:11:17,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultApplication 2018-02-28 11:11:17,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexDir 2018-02-28 11:11:17,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapHost 2018-02-28 11:11:17,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.tagPrefix 2018-02-28 11:11:17,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputType 2018-02-28 11:11:17,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexQueueSize 2018-02-28 11:11:17,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authApplication 2018-02-28 11:11:17,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionName 2018-02-28 11:11:17,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.name 2018-02-28 11:11:17,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchMaxHits 2018-02-28 11:11:17,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedMethods 2018-02-28 11:11:17,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.template 2018-02-28 11:11:17,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileTypes 2018-02-28 11:11:17,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.appendTabId 2018-02-28 11:11:17,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutPage 2018-02-28 11:11:17,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.xssExceptions 2018-02-28 11:11:17,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheEnabled 2018-02-28 11:11:17,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.manager-path 2018-02-28 11:11:17,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedPaths 2018-02-28 11:11:17,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPrincipalScheme 2018-02-28 11:11:17,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.encoding 2018-02-28 11:11:17,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:11:17,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheClearOnShutdown 2018-02-28 11:11:17,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailHost 2018-02-28 11:11:17,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUser 2018-02-28 11:11:17,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPage 2018-02-28 11:11:17,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutRef 2018-02-28 11:11:17,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheBlockingTimeout 2018-02-28 11:11:17,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site appng 2018-02-28 11:11:18,079 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@50aa9a91, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:18,082 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@445b4594, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@23e573e]; rollback [false] 2018-02-28 11:11:18,112 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9734cae testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@445b4594, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@453e1bba testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:18,113 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@21d15932: startup date [Wed Feb 28 11:11:15 CET 2018]; root of context hierarchy 2018-02-28 11:11:18,114 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:18,114 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:19,123 INFO [HSQLDB Connection @c3d247e] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.952 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2018-02-28 11:11:19,346 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-02-28 11:11:19,347 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@13087c75, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@da4c5cb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1fa24e7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5192b301, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a99692, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2a0881f1] 2018-02-28 11:11:19,348 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:19,501 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7a85454b: startup date [Wed Feb 28 11:11:19 CET 2018]; root of context hierarchy 2018-02-28 11:11:19,692 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:19,733 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:19,765 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:19,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:19,766 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:19,766 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:19,766 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:19,869 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:19,878 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:20,085 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@70ca8e72] 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-02-28 11:11:20,127 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34e7cde3] 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-02-28 11:11:20,161 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:20,253 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:20,424 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7a85454b: startup date [Wed Feb 28 11:11:19 CET 2018]; root of context hierarchy 2018-02-28 11:11:20,458 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7202009e testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@133d0471, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77d42ed7 testClass = CommandCreateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3328db4f]; rollback [false] 2018-02-28 11:11:20,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:20,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:20,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:20,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:20,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:20,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:20,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:20,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:20,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:20,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:21,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.timeZone 2018-02-28 11:11:21,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.rewriteConfig 2018-02-28 11:11:21,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPageSize 2018-02-28 11:11:21,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.assetsDir 2018-02-28 11:11:21,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectionEnabled 2018-02-28 11:11:21,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapGroupBaseDn 2018-02-28 11:11:21,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileSystemQueueSize 2018-02-28 11:11:21,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPassword 2018-02-28 11:11:21,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.siteRootDir 2018-02-28 11:11:21,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.service-path 2018-02-28 11:11:21,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheStatistics 2018-02-28 11:11:21,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPage 2018-02-28 11:11:21,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailPort 2018-02-28 11:11:21,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.wwwDir 2018-02-28 11:11:21,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportReloadFile 2018-02-28 11:11:21,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailDisabled 2018-02-28 11:11:21,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionValue 2018-02-28 11:11:21,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapDomain 2018-02-28 11:11:21,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputFormat 2018-02-28 11:11:21,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapStartTls 2018-02-28 11:11:21,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.DatasourceConfigurer 2018-02-28 11:11:21,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginRef 2018-02-28 11:11:21,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapIdAttribute 2018-02-28 11:11:21,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexTimeout 2018-02-28 11:11:21,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexConfig 2018-02-28 11:11:21,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUserBaseDn 2018-02-28 11:11:21,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.host 2018-02-28 11:11:21,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchChunkSize 2018-02-28 11:11:21,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.locale 2018-02-28 11:11:21,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginPage 2018-02-28 11:11:21,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportedLanguages 2018-02-28 11:11:21,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPages 2018-02-28 11:11:21,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.documentDir 2018-02-28 11:11:21,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.enforcePrimaryDomain 2018-02-28 11:11:21,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultApplication 2018-02-28 11:11:21,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexDir 2018-02-28 11:11:21,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapHost 2018-02-28 11:11:21,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.tagPrefix 2018-02-28 11:11:21,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputType 2018-02-28 11:11:21,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexQueueSize 2018-02-28 11:11:21,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authApplication 2018-02-28 11:11:21,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionName 2018-02-28 11:11:21,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.name 2018-02-28 11:11:21,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchMaxHits 2018-02-28 11:11:21,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedMethods 2018-02-28 11:11:21,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.template 2018-02-28 11:11:21,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileTypes 2018-02-28 11:11:21,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.appendTabId 2018-02-28 11:11:21,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutPage 2018-02-28 11:11:21,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.xssExceptions 2018-02-28 11:11:21,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheEnabled 2018-02-28 11:11:21,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.manager-path 2018-02-28 11:11:21,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedPaths 2018-02-28 11:11:21,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPrincipalScheme 2018-02-28 11:11:21,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.encoding 2018-02-28 11:11:21,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:11:21,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheClearOnShutdown 2018-02-28 11:11:21,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailHost 2018-02-28 11:11:21,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUser 2018-02-28 11:11:21,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPage 2018-02-28 11:11:21,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutRef 2018-02-28 11:11:21,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheBlockingTimeout 2018-02-28 11:11:21,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site appng 2018-02-28 11:11:21,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.myClob 2018-02-28 11:11:21,962 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7202009e testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@133d0471, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77d42ed7 testClass = CommandCreateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:21,963 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7a85454b: startup date [Wed Feb 28 11:11:19 CET 2018]; root of context hierarchy 2018-02-28 11:11:21,964 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:21,965 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:23,170 INFO [HSQLDB Connection @2eacd497] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.04 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2018-02-28 11:11:23,381 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-02-28 11:11:23,381 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5e97da56, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e8f3b76, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6cfe32cd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5f14eb51, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f31cf8f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@28721794] 2018-02-28 11:11:23,383 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:23,502 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3507200d: startup date [Wed Feb 28 11:11:23 CET 2018]; root of context hierarchy 2018-02-28 11:11:24,259 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:24,285 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:24,329 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:24,329 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:24,329 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:24,330 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:24,330 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:24,432 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:24,439 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:24,609 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5220e6ff] 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-02-28 11:11:24,903 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@602d5417] 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-02-28 11:11:24,937 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:25,013 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:25,240 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3507200d: startup date [Wed Feb 28 11:11:23 CET 2018]; root of context hierarchy 2018-02-28 11:11:25,288 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@d96f413 testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@55f29d39, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5472c27a testClass = CommandUpdateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7893b8c]; rollback [false] 2018-02-28 11:11:25,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:25,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:25,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:25,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:25,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:25,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:25,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:25,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:25,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:25,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:25,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:25,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:25,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:25,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:25,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:25,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:25,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:25,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:25,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:25,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:25,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:25,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:25,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:25,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:25,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:25,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:25,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:25,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:25,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:25,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:25,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:25,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:25,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:25,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:25,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:25,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:25,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:25,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:25,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:25,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:25,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:25,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:25,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:25,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:25,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:25,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:25,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:25,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:25,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:25,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.timeZone 2018-02-28 11:11:25,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.rewriteConfig 2018-02-28 11:11:25,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPageSize 2018-02-28 11:11:25,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.assetsDir 2018-02-28 11:11:25,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectionEnabled 2018-02-28 11:11:25,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapGroupBaseDn 2018-02-28 11:11:25,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileSystemQueueSize 2018-02-28 11:11:25,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPassword 2018-02-28 11:11:25,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.siteRootDir 2018-02-28 11:11:25,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.service-path 2018-02-28 11:11:25,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheStatistics 2018-02-28 11:11:25,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPage 2018-02-28 11:11:25,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailPort 2018-02-28 11:11:25,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.wwwDir 2018-02-28 11:11:25,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportReloadFile 2018-02-28 11:11:25,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailDisabled 2018-02-28 11:11:25,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionValue 2018-02-28 11:11:25,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapDomain 2018-02-28 11:11:25,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputFormat 2018-02-28 11:11:25,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapStartTls 2018-02-28 11:11:25,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.DatasourceConfigurer 2018-02-28 11:11:25,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginRef 2018-02-28 11:11:25,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapIdAttribute 2018-02-28 11:11:25,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexTimeout 2018-02-28 11:11:25,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexConfig 2018-02-28 11:11:25,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUserBaseDn 2018-02-28 11:11:25,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.host 2018-02-28 11:11:25,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchChunkSize 2018-02-28 11:11:25,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.locale 2018-02-28 11:11:25,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginPage 2018-02-28 11:11:25,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportedLanguages 2018-02-28 11:11:25,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPages 2018-02-28 11:11:25,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.documentDir 2018-02-28 11:11:25,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.enforcePrimaryDomain 2018-02-28 11:11:25,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultApplication 2018-02-28 11:11:25,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexDir 2018-02-28 11:11:25,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapHost 2018-02-28 11:11:25,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.tagPrefix 2018-02-28 11:11:25,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputType 2018-02-28 11:11:25,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexQueueSize 2018-02-28 11:11:25,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authApplication 2018-02-28 11:11:25,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionName 2018-02-28 11:11:25,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.name 2018-02-28 11:11:25,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchMaxHits 2018-02-28 11:11:25,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedMethods 2018-02-28 11:11:25,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.template 2018-02-28 11:11:25,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileTypes 2018-02-28 11:11:25,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.appendTabId 2018-02-28 11:11:25,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutPage 2018-02-28 11:11:25,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.xssExceptions 2018-02-28 11:11:25,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheEnabled 2018-02-28 11:11:25,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.manager-path 2018-02-28 11:11:25,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedPaths 2018-02-28 11:11:25,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPrincipalScheme 2018-02-28 11:11:25,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.encoding 2018-02-28 11:11:25,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:11:25,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheClearOnShutdown 2018-02-28 11:11:25,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailHost 2018-02-28 11:11:25,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUser 2018-02-28 11:11:25,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPage 2018-02-28 11:11:25,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutRef 2018-02-28 11:11:25,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheBlockingTimeout 2018-02-28 11:11:25,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site appng 2018-02-28 11:11:26,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:11:27,001 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@d96f413 testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@55f29d39, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5472c27a testClass = CommandUpdateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:27,002 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3507200d: startup date [Wed Feb 28 11:11:23 CET 2018]; root of context hierarchy 2018-02-28 11:11:27,003 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:27,003 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:27,969 INFO [HSQLDB Connection @5052e30a] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.377 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2018-02-28 11:11:28,558 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-02-28 11:11:28,558 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@77a13162, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6bea0866, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c5d183, org.springframework.test.context.support.DirtiesContextTestExecutionListener@471b7c9c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@39cf7f3c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@25df95b] 2018-02-28 11:11:28,559 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:28,737 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2fb9695a: startup date [Wed Feb 28 11:11:28 CET 2018]; root of context hierarchy 2018-02-28 11:11:28,921 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:28,947 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:28,982 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:28,982 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:28,983 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:28,983 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:28,983 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:29,151 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:29,160 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:29,320 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3435b6d8] 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-02-28 11:11:29,953 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13553828] 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-02-28 11:11:29,987 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:30,083 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:30,242 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2fb9695a: startup date [Wed Feb 28 11:11:28 CET 2018]; root of context hierarchy 2018-02-28 11:11:30,274 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5b9aac82 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@72cf43fa, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1435a8ca testClass = CommandCreatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@892f1fa]; rollback [false] 2018-02-28 11:11:30,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:30,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:30,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:30,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:30,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:30,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:30,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:30,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:30,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:30,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:30,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:30,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:30,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:30,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:30,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:30,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:30,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:30,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:30,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:30,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:30,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:30,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:30,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:30,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:30,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:30,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:30,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:30,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:30,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:30,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:30,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:30,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:30,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:30,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:30,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:30,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:30,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:30,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:30,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:30,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:30,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:30,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:30,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:30,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:30,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:30,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:30,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:30,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:30,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:30,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.myProp 2018-02-28 11:11:30,350 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5b9aac82 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@72cf43fa, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1435a8ca testClass = CommandCreatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:30,351 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2fb9695a: startup date [Wed Feb 28 11:11:28 CET 2018]; root of context hierarchy 2018-02-28 11:11:30,353 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:30,354 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:30,830 INFO [HSQLDB Connection @25c93ee1] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.383 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2018-02-28 11:11:31,039 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-02-28 11:11:31,040 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@13056efe, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@121ec5c2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@184b24d4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@450b99f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7dc16d33, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1915879c] 2018-02-28 11:11:31,041 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:31,162 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58397dee: startup date [Wed Feb 28 11:11:31 CET 2018]; root of context hierarchy 2018-02-28 11:11:31,319 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:31,334 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:31,359 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:31,359 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:31,359 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:31,359 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:31,360 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:31,462 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:31,470 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:31,605 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4d099a37] 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-02-28 11:11:31,711 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@398a27e] 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-02-28 11:11:31,738 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:31,819 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:31,984 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@58397dee: startup date [Wed Feb 28 11:11:31 CET 2018]; root of context hierarchy 2018-02-28 11:11:32,021 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7aeb5402 testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@39e3da5a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f9a3640 testClass = AddPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4ef6177c]; rollback [false] 2018-02-28 11:11:32,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:32,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:32,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:32,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:32,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:32,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:32,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:32,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:32,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:32,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:32,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:32,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:32,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:32,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:32,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:32,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:32,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:32,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:32,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:32,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:32,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:32,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:32,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:32,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:32,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:32,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:32,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:32,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:32,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:32,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:32,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:32,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:32,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:32,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:32,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:32,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:32,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:32,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:32,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:32,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:32,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:32,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:32,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:32,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:32,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:32,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Application appng-manager 2018-02-28 11:11:32,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role admin 2018-02-28 11:11:32,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission debug 2018-02-28 11:11:32,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission foobar 2018-02-28 11:11:32,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role admin 2018-02-28 11:11:32,119 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7aeb5402 testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@39e3da5a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f9a3640 testClass = AddPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:32,120 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58397dee: startup date [Wed Feb 28 11:11:31 CET 2018]; root of context hierarchy 2018-02-28 11:11:32,120 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:32,120 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:33,869 INFO [HSQLDB Connection @1fbfbeae] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.037 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2018-02-28 11:11:34,083 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-02-28 11:11:34,083 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18a8a40e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@50061d56, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ad28f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2044a11b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7d91e9c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1d9db780] 2018-02-28 11:11:34,084 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:34,194 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@759fe679: startup date [Wed Feb 28 11:11:34 CET 2018]; root of context hierarchy 2018-02-28 11:11:34,349 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:34,364 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:34,388 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:34,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:34,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:34,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:34,389 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:34,492 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:34,498 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:34,628 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32bff23d] 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-02-28 11:11:34,688 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@627d29cc] 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-02-28 11:11:34,717 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:34,803 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:34,970 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@759fe679: startup date [Wed Feb 28 11:11:34 CET 2018]; root of context hierarchy 2018-02-28 11:11:35,002 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1cf38112 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@59e6fb8a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46f32536 testClass = RemovePermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1d957b5a]; rollback [false] 2018-02-28 11:11:35,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:35,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:35,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:35,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:35,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:35,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:35,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:35,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:35,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:35,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:35,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:35,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:35,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:35,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:35,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:35,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:35,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:35,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:35,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:35,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:35,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:35,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:35,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:35,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:35,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:35,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:35,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:35,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:35,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:35,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:35,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:35,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:35,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:35,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:35,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:35,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:35,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:35,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:35,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:35,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:35,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:35,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:35,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:35,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:35,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Application appng-manager 2018-02-28 11:11:35,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role admin 2018-02-28 11:11:35,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission debug 2018-02-28 11:11:35,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission foobar 2018-02-28 11:11:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role admin 2018-02-28 11:11:35,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role admin 2018-02-28 11:11:35,183 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1cf38112 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@59e6fb8a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46f32536 testClass = RemovePermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:35,183 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@759fe679: startup date [Wed Feb 28 11:11:34 CET 2018]; root of context hierarchy 2018-02-28 11:11:35,185 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:35,185 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:35,379 INFO [HSQLDB Connection @26d4fc2b] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2018-02-28 11:11:35,592 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-02-28 11:11:35,593 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@563f53d8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5bb1c104, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1184b542, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6bd5ca02, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4758f533, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12b4a53d] 2018-02-28 11:11:35,593 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:35,719 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@262e2c8c: startup date [Wed Feb 28 11:11:35 CET 2018]; root of context hierarchy 2018-02-28 11:11:35,880 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:35,896 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:35,920 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:35,920 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:35,920 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:35,920 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:35,920 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:36,027 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:36,038 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:36,200 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3387d45e] 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-02-28 11:11:36,675 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f693a39] 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-02-28 11:11:36,701 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:36,758 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:36,909 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@262e2c8c: startup date [Wed Feb 28 11:11:35 CET 2018]; root of context hierarchy 2018-02-28 11:11:36,946 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@418a4fff testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@7834d8ec, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@138f597 testClass = ListPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6ab4517f]; rollback [false] 2018-02-28 11:11:36,955 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:36,955 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:36,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:36,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:36,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:36,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:36,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:36,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:36,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:36,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:36,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:36,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:36,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:36,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:36,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:36,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:36,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:36,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:36,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:36,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:36,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:36,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:36,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:36,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:36,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:36,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:36,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:36,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:36,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:36,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:36,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:36,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:36,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:36,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:36,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Application appng-manager 2018-02-28 11:11:37,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Role admin 2018-02-28 11:11:37,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission debug 2018-02-28 11:11:37,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Permission foobar 2018-02-28 11:11:37,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Role admin 2018-02-28 11:11:37,033 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@418a4fff testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@7834d8ec, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@138f597 testClass = ListPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:37,033 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@262e2c8c: startup date [Wed Feb 28 11:11:35 CET 2018]; root of context hierarchy 2018-02-28 11:11:37,034 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:37,035 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:37,435 INFO [HSQLDB Connection @52f15b6c] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2018-02-28 11:11:37,649 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-02-28 11:11:37,649 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@16c2c396, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@78cb1a92, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7e9e73, org.springframework.test.context.support.DirtiesContextTestExecutionListener@39c78cf9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@39993624, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1926a40f] 2018-02-28 11:11:37,650 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:37,773 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ddf3c5e: startup date [Wed Feb 28 11:11:37 CET 2018]; root of context hierarchy 2018-02-28 11:11:37,929 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:37,946 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:37,970 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:37,970 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:37,970 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:37,970 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:37,970 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:38,073 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:38,080 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:38,248 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@463bdee9] 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-02-28 11:11:38,348 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@63fdcb91] 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-02-28 11:11:38,428 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:38,499 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:38,638 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6ddf3c5e: startup date [Wed Feb 28 11:11:37 CET 2018]; root of context hierarchy 2018-02-28 11:11:38,668 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@537231c1 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@1881289b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@15f6f64d testClass = CommandListRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6ab86832]; rollback [false] 2018-02-28 11:11:38,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:38,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:38,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:38,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:38,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:38,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:38,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:38,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:38,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:38,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:38,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:38,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:38,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:38,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:38,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:38,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:38,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:38,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:38,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:38,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:38,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:38,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:38,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:38,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:38,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:38,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:38,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:38,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:38,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:38,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:38,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:38,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:38,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:38,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:38,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:38,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:38,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:38,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:38,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:38,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:38,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:38,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:38,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:38,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:38,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:38,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:38,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:38,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:38,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:38,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Repository localrepo 2018-02-28 11:11:38,722 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@537231c1 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@1881289b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@15f6f64d testClass = CommandListRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:38,723 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ddf3c5e: startup date [Wed Feb 28 11:11:37 CET 2018]; root of context hierarchy 2018-02-28 11:11:38,724 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:38,724 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:38,859 INFO [HSQLDB Connection @41c9765b] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2018-02-28 11:11:39,069 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-02-28 11:11:39,069 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@303ea430, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@54d66499, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@502f9271, org.springframework.test.context.support.DirtiesContextTestExecutionListener@313b6907, org.springframework.test.context.transaction.TransactionalTestExecutionListener@74e14434, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@13f4149d] 2018-02-28 11:11:39,070 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:39,185 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3f64a088: startup date [Wed Feb 28 11:11:39 CET 2018]; root of context hierarchy 2018-02-28 11:11:39,436 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:39,455 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:39,477 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:39,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:39,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:39,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:39,478 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:39,581 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:39,587 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:39,705 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@437aa3ea] 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-02-28 11:11:39,871 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f37f2e5] 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-02-28 11:11:39,905 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:39,966 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:40,100 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3f64a088: startup date [Wed Feb 28 11:11:39 CET 2018]; root of context hierarchy 2018-02-28 11:11:40,126 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@692c5533 testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@34453e71, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f10ee00 testClass = CommandDeleteRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@29d7d117]; rollback [false] 2018-02-28 11:11:40,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:40,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:40,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:40,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:40,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:40,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:40,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:40,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:40,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:40,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:40,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:40,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:40,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:40,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:40,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:40,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:40,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:40,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:40,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:40,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:40,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:40,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:40,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:40,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:40,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:40,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:40,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:40,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:40,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:40,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:40,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:40,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:40,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:40,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:40,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:40,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:40,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:40,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:40,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Repository localrepo 2018-02-28 11:11:40,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Repository localrepo 2018-02-28 11:11:40,194 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@692c5533 testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@34453e71, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f10ee00 testClass = CommandDeleteRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:40,194 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3f64a088: startup date [Wed Feb 28 11:11:39 CET 2018]; root of context hierarchy 2018-02-28 11:11:40,195 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:40,196 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:40,948 INFO [HSQLDB Connection @18bd3047] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2018-02-28 11:11:41,169 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-02-28 11:11:41,170 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c2b5f27, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@73dbb666, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1bf5745, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c809ee7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ad43c37, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1492d58d] 2018-02-28 11:11:41,171 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:41,279 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6f6cad25: startup date [Wed Feb 28 11:11:41 CET 2018]; root of context hierarchy 2018-02-28 11:11:41,428 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:41,442 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:41,464 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:41,465 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:41,465 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:41,465 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:41,465 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:41,568 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:41,576 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:41,756 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d4a95d4] 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-02-28 11:11:42,037 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@307a0097] 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-02-28 11:11:42,077 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:42,189 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6f6cad25: startup date [Wed Feb 28 11:11:41 CET 2018]; root of context hierarchy 2018-02-28 11:11:42,494 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6da2a7be testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@4b2c95ff, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d57b043 testClass = CommandCreateRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@55d41b85]; rollback [false] 2018-02-28 11:11:42,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:42,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:42,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Repository localrepo 2018-02-28 11:11:42,862 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6da2a7be testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@4b2c95ff, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d57b043 testClass = CommandCreateRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:42,862 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6f6cad25: startup date [Wed Feb 28 11:11:41 CET 2018]; root of context hierarchy 2018-02-28 11:11:42,863 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:42,863 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:43,426 INFO [HSQLDB Connection @24030b4b] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.75 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2018-02-28 11:11:43,912 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-02-28 11:11:43,913 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1006fe59, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3dacb927, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d7b361, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6337c48d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44640a84, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1c59f6ae] 2018-02-28 11:11:43,913 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:44,033 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@24ad12ff: startup date [Wed Feb 28 11:11:44 CET 2018]; root of context hierarchy 2018-02-28 11:11:44,193 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:44,210 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:44,233 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:44,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:44,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:44,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:44,234 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:44,337 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:44,343 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:44,458 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2cb6c8a6] 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-02-28 11:11:44,497 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e9d3925] 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-02-28 11:11:44,521 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:44,589 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:44,717 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@24ad12ff: startup date [Wed Feb 28 11:11:44 CET 2018]; root of context hierarchy 2018-02-28 11:11:44,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4a9d481b testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@129e6f3a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5eef570 testClass = CommandInstallTemplateTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11f237b3]; rollback [false] 2018-02-28 11:11:44,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:44,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:44,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:44,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:44,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:44,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:44,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:44,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:44,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:44,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:44,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:44,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:44,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:44,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:44,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:44,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:44,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:44,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:44,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:44,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:44,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:44,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:44,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:44,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:44,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:44,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:44,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:44,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:44,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:44,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:44,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:44,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:44,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:44,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:44,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:44,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:44,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:44,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:44,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:44,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Repository localrepo 2018-02-28 11:11:45,250 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-02-28 11:11:45,298 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-02-28 11:11:45,298 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-02-28 11:11:45,298 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-02-28 11:11:45,301 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-02-28 11:11:45,301 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-02-28 11:11:45,301 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-02-28 11:11:45,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Template appng-template 2018-02-28 11:11:45,909 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4a9d481b testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@129e6f3a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5eef570 testClass = CommandInstallTemplateTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:45,910 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@24ad12ff: startup date [Wed Feb 28 11:11:44 CET 2018]; root of context hierarchy 2018-02-28 11:11:45,911 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:45,911 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:46,145 INFO [HSQLDB Connection @49b3b9f0] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.436 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2018-02-28 11:11:46,356 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-02-28 11:11:46,359 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ac66113, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@f0b01d4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6114adbe, org.springframework.test.context.support.DirtiesContextTestExecutionListener@175f1ff5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5e583af4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@98a954a] 2018-02-28 11:11:46,360 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:46,471 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d37a098: startup date [Wed Feb 28 11:11:46 CET 2018]; root of context hierarchy 2018-02-28 11:11:46,638 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:46,653 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:46,681 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:46,681 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:46,682 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:46,682 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:46,682 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:46,791 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:46,804 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:46,982 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4155a965] 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-02-28 11:11:47,178 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7c0fd22d] 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-02-28 11:11:47,209 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:47,286 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:47,420 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4d37a098: startup date [Wed Feb 28 11:11:46 CET 2018]; root of context hierarchy 2018-02-28 11:11:47,451 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3c83bde0 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@5fbda121, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ef8b4 testClass = CommandDeleteSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1c87ac1]; rollback [false] 2018-02-28 11:11:47,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:47,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:47,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:47,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:47,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:47,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:47,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:47,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:47,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:47,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:47,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:47,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:47,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:47,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:47,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:47,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:47,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:47,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:47,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:47,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:47,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:47,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:47,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:47,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:47,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:47,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:47,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:47,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:47,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:47,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:47,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:47,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:47,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:47,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:47,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:47,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:47,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:47,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:47,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:47,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:47,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:47,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:47,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:47,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:47,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:47,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:47,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:47,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:47,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:47,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Subject admin 2018-02-28 11:11:47,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Subject admin 2018-02-28 11:11:47,510 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3c83bde0 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@5fbda121, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ef8b4 testClass = CommandDeleteSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:47,511 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d37a098: startup date [Wed Feb 28 11:11:46 CET 2018]; root of context hierarchy 2018-02-28 11:11:47,512 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:47,514 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:47,851 INFO [HSQLDB Connection @675820d5] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2018-02-28 11:11:48,063 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-02-28 11:11:48,063 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@137720f3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51843e3e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4c6d1f1f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@aca7766, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2090ae74, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@50150196] 2018-02-28 11:11:48,064 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:48,175 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7424796c: startup date [Wed Feb 28 11:11:48 CET 2018]; root of context hierarchy 2018-02-28 11:11:48,334 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:48,353 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:48,388 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:48,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:48,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:48,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:48,389 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:48,492 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:48,497 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:48,638 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4b3dea9a] 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-02-28 11:11:48,661 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c6ed296] 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-02-28 11:11:48,684 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:48,771 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:48,927 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7424796c: startup date [Wed Feb 28 11:11:48 CET 2018]; root of context hierarchy 2018-02-28 11:11:48,962 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1f489987 testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@62cfa78b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2aabe242 testClass = CommandListSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@fb268b]; rollback [false] 2018-02-28 11:11:48,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:48,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:48,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:48,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:48,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:48,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:48,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:48,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:48,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:48,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:48,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:48,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:48,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:48,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:48,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:48,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:48,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:48,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:48,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:48,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:48,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:48,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:48,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:48,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:48,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:48,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Subject admin 2018-02-28 11:11:49,015 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1f489987 testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@62cfa78b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2aabe242 testClass = CommandListSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:49,016 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7424796c: startup date [Wed Feb 28 11:11:48 CET 2018]; root of context hierarchy 2018-02-28 11:11:49,017 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:49,017 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:49,497 INFO [HSQLDB Connection @35210578] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2018-02-28 11:11:49,707 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-02-28 11:11:49,707 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6bc5c64, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@55023ead, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@79b0128d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3a784248, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ec3661f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1af0dc3c] 2018-02-28 11:11:49,708 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:49,823 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@632d8195: startup date [Wed Feb 28 11:11:49 CET 2018]; root of context hierarchy 2018-02-28 11:11:49,982 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:49,995 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:50,017 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:50,017 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:50,018 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:50,018 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:50,018 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:50,120 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:50,139 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:50,354 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d3b13b8] 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-02-28 11:11:50,491 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f724360] 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-02-28 11:11:50,523 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:50,625 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:50,805 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@632d8195: startup date [Wed Feb 28 11:11:49 CET 2018]; root of context hierarchy 2018-02-28 11:11:50,834 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@78aa11f2 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@7c57c200, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4692047b testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@e93f8b4]; rollback [false] 2018-02-28 11:11:50,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:50,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:50,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:50,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:50,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:50,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:50,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:50,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:50,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:50,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:50,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:50,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:50,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:50,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:50,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:50,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:50,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:50,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:50,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:50,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:50,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:50,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:50,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:50,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:50,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:50,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:50,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:50,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:50,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:50,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:50,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:50,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:50,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:50,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:50,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:50,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:50,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:50,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:50,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:50,879 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@78aa11f2 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@7c57c200, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4692047b testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:50,881 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@78aa11f2 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@5262b8a3, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4692047b testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@e93f8b4]; rollback [false] 2018-02-28 11:11:51,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Subject admin 2018-02-28 11:11:51,806 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@78aa11f2 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@5262b8a3, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4692047b testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:51,807 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@632d8195: startup date [Wed Feb 28 11:11:49 CET 2018]; root of context hierarchy 2018-02-28 11:11:51,808 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:51,808 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:52,638 INFO [HSQLDB Connection @474dd235] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.14 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.CommandBatchTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2018-02-28 11:11:53,329 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-02-28 11:11:53,329 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@48c17fd8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1a69aaa8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@329970b5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@150811b1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@56749377, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@11f4ffb] 2018-02-28 11:11:53,330 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:53,467 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@78fa8bb5: startup date [Wed Feb 28 11:11:53 CET 2018]; root of context hierarchy 2018-02-28 11:11:53,626 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:53,642 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:53,676 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:53,676 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:53,677 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:53,677 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:53,677 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:53,780 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:53,786 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:53,902 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16d76df7] 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-02-28 11:11:54,277 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@14d4fe82] 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-02-28 11:11:54,302 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:54,385 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:54,513 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@78fa8bb5: startup date [Wed Feb 28 11:11:53 CET 2018]; root of context hierarchy 2018-02-28 11:11:54,542 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@20b6b918 testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@1faf3286, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@553f850d testClass = CommandAddGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@5c568706]; rollback [false] 2018-02-28 11:11:54,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:54,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:54,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:54,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:54,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:54,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:54,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:54,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:54,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:54,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:54,553 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:54,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:54,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:54,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:54,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:54,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:54,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:54,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:54,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:54,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:54,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:54,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:54,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:54,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:54,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:54,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:54,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:54,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:54,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:54,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:54,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:54,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:54,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:54,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:54,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:54,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:54,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:54,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:54,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:54,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:54,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Subject admin 2018-02-28 11:11:55,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Group admins 2018-02-28 11:11:55,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Subject admin 2018-02-28 11:11:55,049 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@20b6b918 testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@1faf3286, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@553f850d testClass = CommandAddGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:55,050 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@78fa8bb5: startup date [Wed Feb 28 11:11:53 CET 2018]; root of context hierarchy 2018-02-28 11:11:55,050 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:55,051 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:55,648 INFO [HSQLDB Connection @31a13ead] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.53 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2018-02-28 11:11:55,857 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-02-28 11:11:55,857 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64a07d55, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5e9feddd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6dfce79d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5c1c44b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3b31c0ba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ae12304] 2018-02-28 11:11:55,858 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:55,982 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@10abffca: startup date [Wed Feb 28 11:11:55 CET 2018]; root of context hierarchy 2018-02-28 11:11:56,148 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:56,161 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:56,183 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:56,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:56,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:56,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:56,183 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:56,286 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:56,293 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:56,405 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34660ae] 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-02-28 11:11:56,676 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@50c73af4] 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-02-28 11:11:56,711 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:56,775 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:56,920 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@10abffca: startup date [Wed Feb 28 11:11:55 CET 2018]; root of context hierarchy 2018-02-28 11:11:56,954 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@994f7fd testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@1fc0e258, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@773329cb testClass = CommandListGroupsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6de9c81c]; rollback [false] 2018-02-28 11:11:56,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:56,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:56,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:56,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:56,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:56,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:56,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:56,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:56,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:56,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:56,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:56,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:56,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:56,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:56,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:56,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:56,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:56,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:56,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:56,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:56,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:56,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:56,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:56,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:56,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:56,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:56,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:56,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:56,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:56,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:56,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:56,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:56,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:56,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:56,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:56,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:56,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:56,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:56,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:56,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:56,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:56,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:56,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:56,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:56,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:56,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:56,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:56,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:56,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:56,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Group users 2018-02-28 11:11:57,022 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@994f7fd testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@1fc0e258, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@773329cb testClass = CommandListGroupsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:57,023 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@10abffca: startup date [Wed Feb 28 11:11:55 CET 2018]; root of context hierarchy 2018-02-28 11:11:57,024 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:57,024 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:57,576 INFO [HSQLDB Connection @462a182c] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.931 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2018-02-28 11:11:57,786 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-02-28 11:11:57,786 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@45fc4c95, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@db6183a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@72ee36ab, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b4bdee3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7cf4a9fb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41be1997] 2018-02-28 11:11:57,787 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:57,893 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@42e62465: startup date [Wed Feb 28 11:11:57 CET 2018]; root of context hierarchy 2018-02-28 11:11:58,047 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:58,064 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:11:58,088 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:11:58,088 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:58,089 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:11:58,089 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:11:58,089 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:11:58,192 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:11:58,198 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:11:58,331 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7991726b] 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-02-28 11:11:58,365 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32693a25] 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-02-28 11:11:58,388 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:58,448 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:11:58,597 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@42e62465: startup date [Wed Feb 28 11:11:57 CET 2018]; root of context hierarchy 2018-02-28 11:11:58,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@149e266b testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@24d4a409, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c3316bb testClass = CommandCreateGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2bc1cc4]; rollback [false] 2018-02-28 11:11:58,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:11:58,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:11:58,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:11:58,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:11:58,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:11:58,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:11:58,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:11:58,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:11:58,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:11:58,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:11:58,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:11:58,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:11:58,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:11:58,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:11:58,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:11:58,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:11:58,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:11:58,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:11:58,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:11:58,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:11:58,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:11:58,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:11:58,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:11:58,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:11:58,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:11:58,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:11:58,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:11:58,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:11:58,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:11:58,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:11:58,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:11:58,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:11:58,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:11:58,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:11:58,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:11:58,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:11:58,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:11:58,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:11:58,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:11:58,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Group admins 2018-02-28 11:11:58,682 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@149e266b testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@24d4a409, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c3316bb testClass = CommandCreateGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:11:58,683 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@42e62465: startup date [Wed Feb 28 11:11:57 CET 2018]; root of context hierarchy 2018-02-28 11:11:58,684 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:58,684 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:11:59,512 INFO [HSQLDB Connection @5114afdc] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2018-02-28 11:11:59,725 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-02-28 11:11:59,725 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e236f5f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7589fc89, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2977084e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@111698ac, org.springframework.test.context.transaction.TransactionalTestExecutionListener@74aa4446, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4efd93ee] 2018-02-28 11:11:59,726 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:11:59,828 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5f59d707: startup date [Wed Feb 28 11:11:59 CET 2018]; root of context hierarchy 2018-02-28 11:11:59,980 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:11:59,994 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:00,019 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:00,019 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:00,019 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:00,019 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:00,019 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:00,122 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:00,129 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:00,246 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73c50bf] 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-02-28 11:12:00,721 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22f05d01] 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-02-28 11:12:00,758 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:00,830 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:00,993 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5f59d707: startup date [Wed Feb 28 11:11:59 CET 2018]; root of context hierarchy 2018-02-28 11:12:01,021 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5708121f testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@26f9165b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@48e8de7b testClass = CommandDeleteGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3263151a]; rollback [false] 2018-02-28 11:12:01,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:01,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:01,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:01,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:01,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:01,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:01,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:01,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:01,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:01,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:01,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:01,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:01,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:01,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:01,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:01,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:01,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:01,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:01,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:01,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:01,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:01,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:01,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:01,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:01,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:01,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:01,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:01,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:01,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:01,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:01,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:01,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:01,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:01,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:01,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:01,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:01,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:01,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:01,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:01,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:01,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:01,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:01,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:01,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:01,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Group admins 2018-02-28 11:12:01,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Group admins 2018-02-28 11:12:01,186 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5708121f testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@26f9165b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@48e8de7b testClass = CommandDeleteGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:01,187 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5f59d707: startup date [Wed Feb 28 11:11:59 CET 2018]; root of context hierarchy 2018-02-28 11:12:01,189 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:01,189 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:01,538 INFO [HSQLDB Connection @92a8d8] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2018-02-28 11:12:01,751 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-02-28 11:12:01,752 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@10ba182f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4bee9f7d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@55eb10c0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65fa1b8f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@25410c7f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a6b7add] 2018-02-28 11:12:01,753 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:01,886 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@178b1440: startup date [Wed Feb 28 11:12:01 CET 2018]; root of context hierarchy 2018-02-28 11:12:02,080 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:02,095 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:02,120 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:02,121 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:02,121 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:02,121 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:02,121 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:02,224 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:02,237 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:02,382 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1e1dbfe] 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-02-28 11:12:02,542 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b94fb5d] 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-02-28 11:12:02,580 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:02,649 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:02,816 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@178b1440: startup date [Wed Feb 28 11:12:01 CET 2018]; root of context hierarchy 2018-02-28 11:12:02,845 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@66fb2334 testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@79a81a4f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7f154816 testClass = CommandDeleteSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6a05f8d0]; rollback [false] 2018-02-28 11:12:02,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:02,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:02,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:02,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:02,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:02,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:02,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:02,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:02,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:02,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:02,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:02,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:02,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:02,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:02,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:02,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:02,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:02,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:02,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:02,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:02,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:02,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:02,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:02,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:02,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:02,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:02,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:02,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:02,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:02,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:02,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:02,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:02,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:02,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:02,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:02,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:02,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:02,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:02,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:02,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:02,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:02,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:02,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:02,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:02,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedPaths 2018-02-28 11:12:02,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexQueueSize 2018-02-28 11:12:02,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchChunkSize 2018-02-28 11:12:02,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexDir 2018-02-28 11:12:02,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.manager-path 2018-02-28 11:12:02,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportedLanguages 2018-02-28 11:12:02,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPage 2018-02-28 11:12:02,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginRef 2018-02-28 11:12:02,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheExceptions 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapHost 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPage 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPageSize 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapGroupBaseDn 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapDomain 2018-02-28 11:12:02,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailHost 2018-02-28 11:12:02,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileTypes 2018-02-28 11:12:02,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutRef 2018-02-28 11:12:02,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexTimeout 2018-02-28 11:12:02,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.locale 2018-02-28 11:12:02,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authApplication 2018-02-28 11:12:02,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUser 2018-02-28 11:12:02,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.host 2018-02-28 11:12:02,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexConfig 2018-02-28 11:12:02,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.enforcePrimaryDomain 2018-02-28 11:12:02,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.encoding 2018-02-28 11:12:02,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.template 2018-02-28 11:12:02,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportReloadFile 2018-02-28 11:12:02,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileSystemQueueSize 2018-02-28 11:12:02,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailDisabled 2018-02-28 11:12:02,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPages 2018-02-28 11:12:02,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailPort 2018-02-28 11:12:02,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultApplication 2018-02-28 11:12:02,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.rewriteConfig 2018-02-28 11:12:02,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.tagPrefix 2018-02-28 11:12:02,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.timeZone 2018-02-28 11:12:02,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputFormat 2018-02-28 11:12:02,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.wwwDir 2018-02-28 11:12:02,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.DatasourceConfigurer 2018-02-28 11:12:02,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.name 2018-02-28 11:12:02,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUserBaseDn 2018-02-28 11:12:02,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapStartTls 2018-02-28 11:12:02,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.siteRootDir 2018-02-28 11:12:02,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.xssExceptions 2018-02-28 11:12:02,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputType 2018-02-28 11:12:02,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.service-path 2018-02-28 11:12:02,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheEnabled 2018-02-28 11:12:02,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutPage 2018-02-28 11:12:02,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginPage 2018-02-28 11:12:02,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedMethods 2018-02-28 11:12:02,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPrincipalScheme 2018-02-28 11:12:02,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionValue 2018-02-28 11:12:02,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.documentDir 2018-02-28 11:12:02,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheBlockingTimeout 2018-02-28 11:12:02,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPassword 2018-02-28 11:12:02,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectionEnabled 2018-02-28 11:12:02,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapIdAttribute 2018-02-28 11:12:02,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheClearOnShutdown 2018-02-28 11:12:02,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionName 2018-02-28 11:12:02,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.assetsDir 2018-02-28 11:12:02,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheStatistics 2018-02-28 11:12:02,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchMaxHits 2018-02-28 11:12:02,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.appendTabId 2018-02-28 11:12:02,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site testsite site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2018-02-28 11:12:13,086 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2018-02-28 11:12:13,113 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-02-28 11:12:13,114 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2018-02-28 11:12:13,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.DatasourceConfigurer 2018-02-28 11:12:13,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.appendTabId 2018-02-28 11:12:13,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.assetsDir 2018-02-28 11:12:13,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authApplication 2018-02-28 11:12:13,118 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLoginPage 2018-02-28 11:12:13,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLoginRef 2018-02-28 11:12:13,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLogoutActionName 2018-02-28 11:12:13,120 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLogoutActionValue 2018-02-28 11:12:13,120 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLogoutPage 2018-02-28 11:12:13,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.authLogoutRef 2018-02-28 11:12:13,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.csrfProtectedMethods 2018-02-28 11:12:13,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.csrfProtectedPaths 2018-02-28 11:12:13,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.csrfProtectionEnabled 2018-02-28 11:12:13,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.defaultApplication 2018-02-28 11:12:13,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.defaultPage 2018-02-28 11:12:13,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.defaultPageSize 2018-02-28 11:12:13,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.documentDir 2018-02-28 11:12:13,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ehcacheBlockingTimeout 2018-02-28 11:12:13,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ehcacheClearOnShutdown 2018-02-28 11:12:13,127 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ehcacheEnabled 2018-02-28 11:12:13,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ehcacheExceptions 2018-02-28 11:12:13,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ehcacheStatistics 2018-02-28 11:12:13,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.encoding 2018-02-28 11:12:13,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.enforcePrimaryDomain 2018-02-28 11:12:13,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.errorPage 2018-02-28 11:12:13,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.errorPages 2018-02-28 11:12:13,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.host 2018-02-28 11:12:13,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexConfig 2018-02-28 11:12:13,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexDir 2018-02-28 11:12:13,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexFileSystemQueueSize 2018-02-28 11:12:13,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexFileTypes 2018-02-28 11:12:13,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexQueueSize 2018-02-28 11:12:13,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.indexTimeout 2018-02-28 11:12:13,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapDomain 2018-02-28 11:12:13,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapGroupBaseDn 2018-02-28 11:12:13,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapHost 2018-02-28 11:12:13,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapIdAttribute 2018-02-28 11:12:13,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapPassword 2018-02-28 11:12:13,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapPrincipalScheme 2018-02-28 11:12:13,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapStartTls 2018-02-28 11:12:13,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapUser 2018-02-28 11:12:13,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.ldapUserBaseDn 2018-02-28 11:12:13,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.locale 2018-02-28 11:12:13,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.mailDisabled 2018-02-28 11:12:13,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.mailHost 2018-02-28 11:12:13,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.mailPort 2018-02-28 11:12:13,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.manager-path 2018-02-28 11:12:13,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.name 2018-02-28 11:12:13,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.rewriteConfig 2018-02-28 11:12:13,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.searchChunkSize 2018-02-28 11:12:13,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.searchMaxHits 2018-02-28 11:12:13,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.service-path 2018-02-28 11:12:13,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.serviceOutputFormat 2018-02-28 11:12:13,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.serviceOutputType 2018-02-28 11:12:13,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.siteRootDir 2018-02-28 11:12:13,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.supportReloadFile 2018-02-28 11:12:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.supportedLanguages 2018-02-28 11:12:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.tagPrefix 2018-02-28 11:12:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.template 2018-02-28 11:12:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.timeZone 2018-02-28 11:12:13,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.wwwDir 2018-02-28 11:12:13,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Property platform.site.testsite.xssExceptions 2018-02-28 11:12:13,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG CLI Site testsite 2018-02-28 11:12:13,154 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@66fb2334 testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@79a81a4f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7f154816 testClass = CommandDeleteSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:13,155 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@178b1440: startup date [Wed Feb 28 11:12:01 CET 2018]; root of context hierarchy 2018-02-28 11:12:13,158 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:13,158 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:14,031 INFO [HSQLDB Connection @2ee39b72] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.489 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2018-02-28 11:12:14,241 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-02-28 11:12:14,241 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5bc40e3a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4926f6c7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@c7e0fa7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5257226b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@291953c5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@57f708ef] 2018-02-28 11:12:14,242 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:14,342 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2b883681: startup date [Wed Feb 28 11:12:14 CET 2018]; root of context hierarchy 2018-02-28 11:12:14,498 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:14,514 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:14,540 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:14,540 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:14,540 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:14,541 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:14,541 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:14,643 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:14,648 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:14,756 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@bf1681a] 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-02-28 11:12:15,080 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@63972697] 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-02-28 11:12:15,103 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:15,171 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:15,317 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2b883681: startup date [Wed Feb 28 11:12:14 CET 2018]; root of context hierarchy 2018-02-28 11:12:15,345 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@28a58685 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@3893b3d5, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bf8b5d9 testClass = CommandListSitesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3b09e320]; rollback [false] 2018-02-28 11:12:15,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:15,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:15,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:15,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:15,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:15,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:15,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:15,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:15,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:15,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:15,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:15,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:15,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:15,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:15,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:15,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:15,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:15,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:15,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:15,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:15,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:15,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:15,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:15,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:15,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:15,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:15,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:15,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:15,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:15,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:15,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:15,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:15,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:15,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:15,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:15,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedPaths 2018-02-28 11:12:15,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexQueueSize 2018-02-28 11:12:15,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchChunkSize 2018-02-28 11:12:15,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexDir 2018-02-28 11:12:15,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.manager-path 2018-02-28 11:12:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportedLanguages 2018-02-28 11:12:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPage 2018-02-28 11:12:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginRef 2018-02-28 11:12:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheExceptions 2018-02-28 11:12:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapHost 2018-02-28 11:12:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPage 2018-02-28 11:12:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPageSize 2018-02-28 11:12:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapGroupBaseDn 2018-02-28 11:12:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapDomain 2018-02-28 11:12:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailHost 2018-02-28 11:12:15,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileTypes 2018-02-28 11:12:15,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutRef 2018-02-28 11:12:15,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexTimeout 2018-02-28 11:12:15,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.locale 2018-02-28 11:12:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authApplication 2018-02-28 11:12:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUser 2018-02-28 11:12:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.host 2018-02-28 11:12:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexConfig 2018-02-28 11:12:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.enforcePrimaryDomain 2018-02-28 11:12:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.encoding 2018-02-28 11:12:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.template 2018-02-28 11:12:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportReloadFile 2018-02-28 11:12:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileSystemQueueSize 2018-02-28 11:12:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailDisabled 2018-02-28 11:12:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPages 2018-02-28 11:12:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailPort 2018-02-28 11:12:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultApplication 2018-02-28 11:12:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.rewriteConfig 2018-02-28 11:12:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.tagPrefix 2018-02-28 11:12:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.timeZone 2018-02-28 11:12:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputFormat 2018-02-28 11:12:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.wwwDir 2018-02-28 11:12:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.DatasourceConfigurer 2018-02-28 11:12:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.name 2018-02-28 11:12:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUserBaseDn 2018-02-28 11:12:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapStartTls 2018-02-28 11:12:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.siteRootDir 2018-02-28 11:12:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.xssExceptions 2018-02-28 11:12:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputType 2018-02-28 11:12:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.service-path 2018-02-28 11:12:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheEnabled 2018-02-28 11:12:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutPage 2018-02-28 11:12:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginPage 2018-02-28 11:12:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedMethods 2018-02-28 11:12:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPrincipalScheme 2018-02-28 11:12:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionValue 2018-02-28 11:12:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.documentDir 2018-02-28 11:12:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheBlockingTimeout 2018-02-28 11:12:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPassword 2018-02-28 11:12:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectionEnabled 2018-02-28 11:12:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapIdAttribute 2018-02-28 11:12:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheClearOnShutdown 2018-02-28 11:12:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionName 2018-02-28 11:12:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.assetsDir 2018-02-28 11:12:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheStatistics 2018-02-28 11:12:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchMaxHits 2018-02-28 11:12:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.appendTabId 2018-02-28 11:12:15,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site testsite 2018-02-28 11:12:15,815 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@28a58685 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@3893b3d5, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bf8b5d9 testClass = CommandListSitesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:15,816 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2b883681: startup date [Wed Feb 28 11:12:14 CET 2018]; root of context hierarchy 2018-02-28 11:12:15,816 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:15,816 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:16,081 INFO [HSQLDB Connection @5dd18693] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2018-02-28 11:12:16,297 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-02-28 11:12:16,297 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@e249b2c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@c2efa73, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b0e6d8f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f7feec2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6528f1fa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1eae624e] 2018-02-28 11:12:16,298 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:16,397 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@46941601: startup date [Wed Feb 28 11:12:16 CET 2018]; root of context hierarchy 2018-02-28 11:12:16,550 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:16,568 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:16,592 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:16,592 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:16,593 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:16,593 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:16,593 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:16,695 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:16,702 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:16,817 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b1a2d0a] 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-02-28 11:12:16,839 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@510fb2d8] 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-02-28 11:12:16,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:16,919 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:17,067 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@46941601: startup date [Wed Feb 28 11:12:16 CET 2018]; root of context hierarchy 2018-02-28 11:12:17,094 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@77f30472 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@3983235, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6cebeb7d testClass = CommandCreateSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@5a2266a3]; rollback [false] 2018-02-28 11:12:17,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:17,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:17,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:17,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:17,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:17,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:17,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:17,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:17,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:17,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:17,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:17,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:17,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:17,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:17,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:17,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:17,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:17,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:17,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:17,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:17,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:17,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:17,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:17,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:17,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:17,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:17,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:17,109 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:17,109 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:17,109 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:17,109 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:17,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:17,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:17,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:17,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:17,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:17,111 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:17,111 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:17,111 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:17,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:17,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:17,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:17,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:17,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:17,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:17,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:17,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:17,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:17,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:17,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.timeZone 2018-02-28 11:12:17,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.rewriteConfig 2018-02-28 11:12:17,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPageSize 2018-02-28 11:12:17,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.assetsDir 2018-02-28 11:12:17,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectionEnabled 2018-02-28 11:12:17,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapGroupBaseDn 2018-02-28 11:12:17,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileSystemQueueSize 2018-02-28 11:12:17,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPassword 2018-02-28 11:12:17,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.siteRootDir 2018-02-28 11:12:17,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.service-path 2018-02-28 11:12:17,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheStatistics 2018-02-28 11:12:17,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPage 2018-02-28 11:12:17,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailPort 2018-02-28 11:12:17,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.wwwDir 2018-02-28 11:12:17,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportReloadFile 2018-02-28 11:12:17,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailDisabled 2018-02-28 11:12:17,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionValue 2018-02-28 11:12:17,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapDomain 2018-02-28 11:12:17,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputFormat 2018-02-28 11:12:17,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapStartTls 2018-02-28 11:12:17,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.DatasourceConfigurer 2018-02-28 11:12:17,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginRef 2018-02-28 11:12:17,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapIdAttribute 2018-02-28 11:12:17,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexTimeout 2018-02-28 11:12:17,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexConfig 2018-02-28 11:12:17,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUserBaseDn 2018-02-28 11:12:17,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.host 2018-02-28 11:12:17,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchChunkSize 2018-02-28 11:12:17,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.locale 2018-02-28 11:12:17,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginPage 2018-02-28 11:12:17,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportedLanguages 2018-02-28 11:12:17,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPages 2018-02-28 11:12:17,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.documentDir 2018-02-28 11:12:17,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.enforcePrimaryDomain 2018-02-28 11:12:17,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultApplication 2018-02-28 11:12:17,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexDir 2018-02-28 11:12:17,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapHost 2018-02-28 11:12:17,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.tagPrefix 2018-02-28 11:12:17,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputType 2018-02-28 11:12:17,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexQueueSize 2018-02-28 11:12:17,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authApplication 2018-02-28 11:12:17,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionName 2018-02-28 11:12:17,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.name 2018-02-28 11:12:17,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchMaxHits 2018-02-28 11:12:17,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedMethods 2018-02-28 11:12:17,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.template 2018-02-28 11:12:17,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileTypes 2018-02-28 11:12:17,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.appendTabId 2018-02-28 11:12:17,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutPage 2018-02-28 11:12:17,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.xssExceptions 2018-02-28 11:12:17,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheEnabled 2018-02-28 11:12:17,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.manager-path 2018-02-28 11:12:17,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedPaths 2018-02-28 11:12:17,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPrincipalScheme 2018-02-28 11:12:17,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.encoding 2018-02-28 11:12:17,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:12:17,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheClearOnShutdown 2018-02-28 11:12:17,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailHost 2018-02-28 11:12:17,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUser 2018-02-28 11:12:17,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPage 2018-02-28 11:12:17,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutRef 2018-02-28 11:12:17,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheBlockingTimeout 2018-02-28 11:12:17,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site appng 2018-02-28 11:12:17,238 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@77f30472 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@3983235, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6cebeb7d testClass = CommandCreateSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:17,239 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@46941601: startup date [Wed Feb 28 11:12:16 CET 2018]; root of context hierarchy 2018-02-28 11:12:17,240 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:17,240 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:17,407 INFO [HSQLDB Connection @3042bb24] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2018-02-28 11:12:17,618 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-02-28 11:12:17,618 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2fd44168, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e7e9cab, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@52b4e063, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6a556ae0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6707b9c3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7d06fa4c] 2018-02-28 11:12:17,619 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:17,719 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@8c4ba77: startup date [Wed Feb 28 11:12:17 CET 2018]; root of context hierarchy 2018-02-28 11:12:17,871 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:17,886 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:17,910 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:17,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:17,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:17,911 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:17,911 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:18,013 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:18,018 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:18,134 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66ec8dc3] 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-02-28 11:12:18,183 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6639edc8] 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-02-28 11:12:18,204 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:18,269 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:18,423 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@8c4ba77: startup date [Wed Feb 28 11:12:17 CET 2018]; root of context hierarchy 2018-02-28 11:12:18,458 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@63fb5355 testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@51ccf311, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42019b47 testClass = CommandSetSiteActiveTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7cead0f2]; rollback [false] 2018-02-28 11:12:18,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:18,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:18,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:18,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:18,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:18,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:18,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:18,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:18,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:18,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:18,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:18,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:18,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedPaths 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexQueueSize 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchChunkSize 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexDir 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.manager-path 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportedLanguages 2018-02-28 11:12:18,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPage 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginRef 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheExceptions 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapHost 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPage 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultPageSize 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapGroupBaseDn 2018-02-28 11:12:18,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapDomain 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailHost 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileTypes 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutRef 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexTimeout 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.locale 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authApplication 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUser 2018-02-28 11:12:18,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.host 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexConfig 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.enforcePrimaryDomain 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.encoding 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.template 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.supportReloadFile 2018-02-28 11:12:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.indexFileSystemQueueSize 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailDisabled 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.errorPages 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.mailPort 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.defaultApplication 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.rewriteConfig 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.tagPrefix 2018-02-28 11:12:18,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.timeZone 2018-02-28 11:12:18,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputFormat 2018-02-28 11:12:18,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.wwwDir 2018-02-28 11:12:18,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.DatasourceConfigurer 2018-02-28 11:12:18,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.name 2018-02-28 11:12:18,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapUserBaseDn 2018-02-28 11:12:18,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapStartTls 2018-02-28 11:12:18,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.siteRootDir 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.xssExceptions 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.serviceOutputType 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.service-path 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheEnabled 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutPage 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLoginPage 2018-02-28 11:12:18,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectedMethods 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPrincipalScheme 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionValue 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.documentDir 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheBlockingTimeout 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapPassword 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.csrfProtectionEnabled 2018-02-28 11:12:18,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ldapIdAttribute 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheClearOnShutdown 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.authLogoutActionName 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.assetsDir 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.ehcacheStatistics 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.searchMaxHits 2018-02-28 11:12:18,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.testsite.appendTabId 2018-02-28 11:12:18,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site testsite 2018-02-28 11:12:18,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI Site testsite 2018-02-28 11:12:19,007 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@63fb5355 testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@51ccf311, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42019b47 testClass = CommandSetSiteActiveTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:19,008 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@8c4ba77: startup date [Wed Feb 28 11:12:17 CET 2018]; root of context hierarchy 2018-02-28 11:12:19,008 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:19,009 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:19,204 INFO [HSQLDB Connection @64cbe5f9] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.796 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2018-02-28 11:12:19,412 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-02-28 11:12:19,413 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c7ddb2d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@cdae79d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4830dbe5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a707c45, org.springframework.test.context.transaction.TransactionalTestExecutionListener@18067295, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@433b9807] 2018-02-28 11:12:19,413 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:19,510 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@d9a9c76: startup date [Wed Feb 28 11:12:19 CET 2018]; root of context hierarchy 2018-02-28 11:12:19,660 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:19,673 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:19,696 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:19,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:19,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:19,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:19,696 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:19,798 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:19,803 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:19,915 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4de2be4c] 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-02-28 11:12:20,150 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7312e67b] 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-02-28 11:12:20,173 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:20,253 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:20,388 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@d9a9c76: startup date [Wed Feb 28 11:12:19 CET 2018]; root of context hierarchy 2018-02-28 11:12:20,420 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@5ffc5867, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@67bc854b]; rollback [false] 2018-02-28 11:12:20,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:20,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:20,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:20,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:20,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:20,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:20,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:20,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:20,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:20,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:20,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:20,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:20,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:20,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:20,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:20,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:20,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:20,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:20,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:20,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:20,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:20,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:20,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:20,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:20,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:20,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:20,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:20,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.locale 2018-02-28 11:12:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ehcacheStatistics 2018-02-28 11:12:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexQueueSize 2018-02-28 11:12:20,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.mailPort 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.DatasourceConfigurer 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.serviceOutputFormat 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.supportedLanguages 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexTimeout 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.appendTabId 2018-02-28 11:12:20,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.supportReloadFile 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapPrincipalScheme 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.service-path 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLoginPage 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLogoutRef 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ehcacheClearOnShutdown 2018-02-28 11:12:20,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.defaultApplication 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.wwwDir 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLoginRef 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.defaultPageSize 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.mailDisabled 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.name 2018-02-28 11:12:20,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.assetsDir 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.xssExceptions 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexDir 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.enforcePrimaryDomain 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapIdAttribute 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.defaultPage 2018-02-28 11:12:20,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.rewriteConfig 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.template 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.csrfProtectionEnabled 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLogoutActionName 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.serviceOutputType 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.searchMaxHits 2018-02-28 11:12:20,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapUser 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.siteRootDir 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ehcacheBlockingTimeout 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.searchChunkSize 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapHost 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapUserBaseDn 2018-02-28 11:12:20,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.host 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLogoutActionValue 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapDomain 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.manager-path 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexFileSystemQueueSize 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapStartTls 2018-02-28 11:12:20,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authLogoutPage 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.errorPage 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.mailHost 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexConfig 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.csrfProtectedMethods 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ehcacheEnabled 2018-02-28 11:12:20,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapGroupBaseDn 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.documentDir 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.authApplication 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ehcacheExceptions 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.tagPrefix 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.csrfProtectedPaths 2018-02-28 11:12:20,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.encoding 2018-02-28 11:12:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.timeZone 2018-02-28 11:12:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.ldapPassword 2018-02-28 11:12:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.errorPages 2018-02-28 11:12:20,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test2.indexFileTypes 2018-02-28 11:12:20,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site test2 site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 2018-02-28 11:12:20,985 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@5ffc5867, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:20,987 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@260413c2, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@67bc854b]; rollback [false] 2018-02-28 11:12:21,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapIdAttribute 2018-02-28 11:12:21,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.siteRootDir 2018-02-28 11:12:21,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ehcacheStatistics 2018-02-28 11:12:21,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.template 2018-02-28 11:12:21,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.host 2018-02-28 11:12:21,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.supportReloadFile 2018-02-28 11:12:21,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexDir 2018-02-28 11:12:21,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ehcacheExceptions 2018-02-28 11:12:21,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.documentDir 2018-02-28 11:12:21,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authApplication 2018-02-28 11:12:21,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLoginPage 2018-02-28 11:12:21,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ehcacheClearOnShutdown 2018-02-28 11:12:21,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.csrfProtectedPaths 2018-02-28 11:12:21,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.encoding 2018-02-28 11:12:21,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexFileTypes 2018-02-28 11:12:21,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.defaultPageSize 2018-02-28 11:12:21,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.mailHost 2018-02-28 11:12:21,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.csrfProtectedMethods 2018-02-28 11:12:21,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.DatasourceConfigurer 2018-02-28 11:12:21,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.tagPrefix 2018-02-28 11:12:21,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.name 2018-02-28 11:12:21,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapUser 2018-02-28 11:12:21,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.serviceOutputFormat 2018-02-28 11:12:21,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapStartTls 2018-02-28 11:12:21,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapDomain 2018-02-28 11:12:21,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.appendTabId 2018-02-28 11:12:21,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexTimeout 2018-02-28 11:12:21,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.searchMaxHits 2018-02-28 11:12:21,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.service-path 2018-02-28 11:12:21,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.mailPort 2018-02-28 11:12:21,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.wwwDir 2018-02-28 11:12:21,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.serviceOutputType 2018-02-28 11:12:21,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.rewriteConfig 2018-02-28 11:12:21,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.defaultApplication 2018-02-28 11:12:21,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.timeZone 2018-02-28 11:12:21,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLoginRef 2018-02-28 11:12:21,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ehcacheEnabled 2018-02-28 11:12:21,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.defaultPage 2018-02-28 11:12:21,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLogoutPage 2018-02-28 11:12:21,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLogoutRef 2018-02-28 11:12:21,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapUserBaseDn 2018-02-28 11:12:21,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ehcacheBlockingTimeout 2018-02-28 11:12:21,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.errorPages 2018-02-28 11:12:21,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.enforcePrimaryDomain 2018-02-28 11:12:21,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapPassword 2018-02-28 11:12:21,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapPrincipalScheme 2018-02-28 11:12:21,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.assetsDir 2018-02-28 11:12:21,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.supportedLanguages 2018-02-28 11:12:21,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexQueueSize 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLogoutActionValue 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.csrfProtectionEnabled 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexConfig 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapGroupBaseDn 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.xssExceptions 2018-02-28 11:12:21,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.mailDisabled 2018-02-28 11:12:21,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.errorPage 2018-02-28 11:12:21,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.locale 2018-02-28 11:12:21,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.authLogoutActionName 2018-02-28 11:12:21,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.ldapHost 2018-02-28 11:12:21,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.searchChunkSize 2018-02-28 11:12:21,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.manager-path 2018-02-28 11:12:21,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.test.indexFileSystemQueueSize 2018-02-28 11:12:21,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site test site 'test' is NOT running at http://localhorst:8080/manager/test 2018-02-28 11:12:21,173 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@260413c2, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:21,179 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@31250df9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@67bc854b]; rollback [false] 2018-02-28 11:12:21,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.timeZone 2018-02-28 11:12:21,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.rewriteConfig 2018-02-28 11:12:21,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPageSize 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.assetsDir 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectionEnabled 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapGroupBaseDn 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileSystemQueueSize 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPassword 2018-02-28 11:12:21,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.siteRootDir 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.service-path 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheStatistics 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPage 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailPort 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.wwwDir 2018-02-28 11:12:21,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportReloadFile 2018-02-28 11:12:21,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailDisabled 2018-02-28 11:12:21,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionValue 2018-02-28 11:12:21,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapDomain 2018-02-28 11:12:21,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputFormat 2018-02-28 11:12:21,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapStartTls 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.DatasourceConfigurer 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginRef 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapIdAttribute 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexTimeout 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexConfig 2018-02-28 11:12:21,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUserBaseDn 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.host 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchChunkSize 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.locale 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLoginPage 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.supportedLanguages 2018-02-28 11:12:21,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.errorPages 2018-02-28 11:12:21,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.documentDir 2018-02-28 11:12:21,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.enforcePrimaryDomain 2018-02-28 11:12:21,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultApplication 2018-02-28 11:12:21,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexDir 2018-02-28 11:12:21,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapHost 2018-02-28 11:12:21,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.tagPrefix 2018-02-28 11:12:21,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.serviceOutputType 2018-02-28 11:12:21,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexQueueSize 2018-02-28 11:12:21,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authApplication 2018-02-28 11:12:21,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutActionName 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.name 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.searchMaxHits 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedMethods 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.template 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.indexFileTypes 2018-02-28 11:12:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.appendTabId 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutPage 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.xssExceptions 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheEnabled 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.manager-path 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.csrfProtectedPaths 2018-02-28 11:12:21,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapPrincipalScheme 2018-02-28 11:12:21,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.encoding 2018-02-28 11:12:21,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheExceptions 2018-02-28 11:12:21,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheClearOnShutdown 2018-02-28 11:12:21,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.mailHost 2018-02-28 11:12:21,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ldapUser 2018-02-28 11:12:21,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.defaultPage 2018-02-28 11:12:21,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.authLogoutRef 2018-02-28 11:12:21,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.site.appng.ehcacheBlockingTimeout 2018-02-28 11:12:21,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Site appng site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2018-02-28 11:12:21,299 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2190c4a7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@31250df9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5483015 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:21,300 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@d9a9c76: startup date [Wed Feb 28 11:12:19 CET 2018]; root of context hierarchy 2018-02-28 11:12:21,301 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:21,301 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:22,098 INFO [HSQLDB Connection @4473044c] hsqldb.db.HSQLDB61DBE4C855.ENGINE: Database closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.948 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2018-02-28 11:12:22,353 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.cli.CliCoreDBNotInitializedTest]: no resource found for suffixes {-context.xml}. 2018-02-28 11:12:22,354 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.cli.CliCoreDBNotInitializedTest]: CliCoreDBNotInitializedTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-02-28 11:12:22,361 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-02-28 11:12:22,361 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3cf9a021, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4dab3e26, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@215a0c9b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@283d6ae4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@59343f6a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4dfa7064] 2018-02-28 11:12:22,363 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:22,538 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c359394: startup date [Wed Feb 28 11:12:22 CET 2018]; root of context hierarchy 2018-02-28 11:12:22,711 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: Checkpoint start 2018-02-28 11:12:22,712 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: checkpointClose start 2018-02-28 11:12:22,811 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: checkpointClose synched 2018-02-28 11:12:22,844 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: checkpointClose script done 2018-02-28 11:12:23,489 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: checkpointClose end 2018-02-28 11:12:23,489 INFO [HSQLDB Server @42553ed4] hsqldb.db.HSQLDB61DBE60E31.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:12:23,720 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:23,734 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:23,758 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:23,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:23,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:23,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:23,758 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:23,861 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:23,869 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:23,984 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:24,045 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:24,187 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3c359394: startup date [Wed Feb 28 11:12:22 CET 2018]; root of context hierarchy 2018-02-28 11:12:24,211 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@4d5533, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3f4d4652]; rollback [false] 2018-02-28 11:12:24,250 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@4d5533, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:24,252 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@33d9d098, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3f4d4652]; rollback [false] 2018-02-28 11:12:24,260 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@33d9d098, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:24,261 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@5ac60f01, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3f4d4652]; rollback [false] 2018-02-28 11:12:24,405 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:24,417 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-02-28 11:12:24,531 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:24,686 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:24,788 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:24,808 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2cec2052 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@5ac60f01, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38330440 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:24,809 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c359394: startup date [Wed Feb 28 11:12:22 CET 2018]; root of context hierarchy 2018-02-28 11:12:24,809 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:24,809 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:25,019 INFO [HSQLDB Connection @5063177f] hsqldb.db.HSQLDB61DBE60E31.ENGINE: Database closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.865 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2018-02-28 11:12:26,557 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.cli.CliCoreTest]: no resource found for suffixes {-context.xml}. 2018-02-28 11:12:26,559 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.cli.CliCoreTest]: CliCoreTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-02-28 11:12:26,565 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-02-28 11:12:26,565 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@15da1799, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7bb59c9c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1b193767, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2e19033f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b3abfba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3cbc9f3d] 2018-02-28 11:12:26,566 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-02-28 11:12:26,667 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ecc25c2: startup date [Wed Feb 28 11:12:26 CET 2018]; root of context hierarchy 2018-02-28 11:12:26,748 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: Checkpoint start 2018-02-28 11:12:26,749 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: checkpointClose start 2018-02-28 11:12:26,835 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: checkpointClose synched 2018-02-28 11:12:26,845 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: checkpointClose script done 2018-02-28 11:12:26,938 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: checkpointClose end 2018-02-28 11:12:26,938 INFO [HSQLDB Server @37c988fe] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:12:27,030 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:27,046 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-02-28 11:12:27,070 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-02-28 11:12:27,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:27,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-02-28 11:12:27,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-02-28 11:12:27,070 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-02-28 11:12:27,173 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:12:27,178 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:12:27,306 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:27,374 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:12:27,514 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6ecc25c2: startup date [Wed Feb 28 11:12:26 CET 2018]; root of context hierarchy 2018-02-28 11:12:27,535 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@71685f48, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:27,652 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:27,754 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:27,870 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:27,973 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:27,980 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:12:27,989 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.009s). 2018-02-28 11:12:27,989 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:12:28,115 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-02-28 11:12:28,127 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:12:28,146 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:12:28,153 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:12:28,202 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:12:28,219 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:12:28,226 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:12:28,233 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:12:28,241 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:12:28,247 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:12:28,254 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:12:28,261 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:12:28,267 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:12:28,273 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.147s). 2018-02-28 11:12:28,379 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:28,481 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:28,559 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:28,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingEnabled 2018-02-28 11:12:28,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.filebasedDeployment 2018-02-28 11:12:28,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.jspFileType 2018-02-28 11:12:28,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStorePassword 2018-02-28 11:12:28,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.platformRootPath 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.manageDatabases 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cachePlatformFolder 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryCert 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.defaultTemplate 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.devMode 2018-02-28 11:12:28,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.logfile 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssAllowedTags 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailDisabled 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyRegEx 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.formatOutput 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sharedSecret 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.ehcacheConfig 2018-02-28 11:12:28,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryPath 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryVerifySignature 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositorySignature 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheApplicationFolder 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.writeDebugFiles 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryDefaultDigest 2018-02-28 11:12:28,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.monitorPerformance 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mdcEnabled 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.vHostMode 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templateFolder 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.locale 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.sessionTimeout 2018-02-28 11:12:28,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.encoding 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.maxUploadSize 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.templatePrefix 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.repositoryTrustStore 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.imageMagickPath 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databasePrefix 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheFolder 2018-02-28 11:12:28,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupAddress 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.xssProtect 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailHost 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.timeZone 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.cacheImageFolder 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingReceiver 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.messagingGroupPort 2018-02-28 11:12:28,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.csrfFilterEnabled 2018-02-28 11:12:28,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.mailPort 2018-02-28 11:12:28,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.uploadDir 2018-02-28 11:12:28,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.applicationDir 2018-02-28 11:12:28,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI Property platform.databaseValidationPeriod 2018-02-28 11:12:28,682 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:28,784 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:28,924 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:29,026 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:29,249 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:29,293 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@71685f48, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:29,294 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@283778be, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:29,399 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:29,501 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:29,627 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:29,729 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:29,746 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:12:29,752 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.008s). 2018-02-28 11:12:29,753 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:12:29,878 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-02-28 11:12:29,884 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-02-28 11:12:29,885 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-02-28 11:12:29,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI DatabaseConnection appNG HSQL 2018-02-28 11:12:30,006 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-02-28 11:12:30,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG CLI DatabaseConnection appNG HSQL 2018-02-28 11:12:30,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI DatabaseConnection appNG MYSQL 2018-02-28 11:12:30,014 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.lang.ClassNotFoundException: com.mysql.jdbc.Driver) 2018-02-28 11:12:30,014 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-02-28 11:12:30,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG CLI DatabaseConnection appNG MSSQL 2018-02-28 11:12:30,018 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver) 2018-02-28 11:12:30,018 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-02-28 11:12:30,121 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:30,223 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:30,256 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:30,372 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:30,474 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:30,749 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:30,869 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:30,892 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:30,904 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@283778be, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:30,906 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@2a4e3b6a, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:31,011 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:31,117 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:31,246 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:31,348 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:31,371 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:12:31,383 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.013s). 2018-02-28 11:12:31,383 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:12:31,509 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-02-28 11:12:31,807 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-02-28 11:12:31,807 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-02-28 11:12:31,914 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-02-28 11:12:32,021 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:32,124 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:32,149 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:32,263 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:32,365 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:32,488 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:12:32,591 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-02-28 11:12:32,864 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-02-28 11:12:28.27 2018-02-28 11:12:32,874 ERROR [main] org.appng.cli.CliCore : An error occured. org.appng.api.BusinessException: force error at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:178) at org.appng.cli.CliCore.perform(CliCore.java:184) at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:118) 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-02-28 11:12:32,880 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@2a4e3b6a, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:32,883 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@7811b7f5, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:32,891 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@7811b7f5, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:32,893 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@21d79ba3, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:32,896 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@21d79ba3, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:32,898 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@60b4eea3, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:32,904 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@60b4eea3, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:32,905 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6a60a620, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@71f15824]; rollback [false] 2018-02-28 11:12:32,906 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@686315d9 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6a60a620, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59b80558 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-02-28 11:12:32,906 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ecc25c2: startup date [Wed Feb 28 11:12:26 CET 2018]; root of context hierarchy 2018-02-28 11:12:32,907 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-02-28 11:12:32,907 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-02-28 11:12:33,071 INFO [HSQLDB Connection @5c512e28] hsqldb.db.HSQLDB61DBE61DFB.ENGINE: Database closed [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 s - in org.appng.cli.CliCoreTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 59, 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.17.0.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.application... Loading source files for package org.appng.cli.commands.property... 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.applicationrole... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.heartbeat... 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.site... 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/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/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/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/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/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/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/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/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/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/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/CliShell.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/class-use/CliEventProvider.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/ExecutableCliCommand.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/CliCommands.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/ListApplications.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/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/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/property/class-use/PropertyHelper.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/ListProperties.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/CreateProperty.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/ListPermissions.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/class-use/FileOwner.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/class-use/CommandBatch.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/applicationrole/class-use/AddRole.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/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/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/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/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/DeleteSubject.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/group/class-use/CreateGroup.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/group/class-use/AddGroup.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/site/class-use/CheckSiteRunning.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/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/site/class-use/SetSiteActive.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/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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-cli --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.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.17.0/appng-cli-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-cli --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.17.0 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: Recompile with -Xlint:deprecation for details. [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.search.SearchTest 2018-02-28 11:12:45,431 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@124c278f 2018-02-28 11:12:47,570 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2018-02-28 11:12:47,573 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:47,573 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:47,574 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:47,574 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:47,574 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:47,575 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:47,575 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:47,575 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:47,576 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:47,584 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2018-02-28 11:12:47,957 [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: 3.499 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.PermissionTest 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,433 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,434 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,482 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2018-02-28 11:12:48,483 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2018-02-28 11:12:48,483 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2018-02-28 11:12:48,483 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.appng.taglib.PermissionTest [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.AttributeTest 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,500 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,502 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,548 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2018-02-28 11:12:48,553 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,553 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,553 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,553 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,554 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,554 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,554 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,554 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,554 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,556 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,557 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,558 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,558 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,558 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,559 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,561 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1056862342 [(sites = {localhost=Mock for Site, hashCode: 1056862342})] 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,561 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,562 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,562 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,562 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,564 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1056862342 [(sites = {localhost=Mock for Site, hashCode: 1056862342})] 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,564 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,565 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,565 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,585 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1056862342})] 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,585 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,586 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,586 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,588 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1056862342})] 2018-02-28 11:12:48,588 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,588 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,588 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,589 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,590 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1056862342})] 2018-02-28 11:12:48,591 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,591 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,591 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,591 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,591 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,592 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,592 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,592 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,592 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,592 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2018-02-28 11:12:48,594 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,594 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,595 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,596 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,597 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,598 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,601 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,602 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,603 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,604 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,604 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,604 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,606 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,607 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 179808568} [(sites = {localhost=Mock for Site, hashCode: 179808568})] 2018-02-28 11:12:48,608 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,608 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:48,609 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:48,610 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.TagletProcessorTest 2018-02-28 11:12:49,132 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$9e27d4d' width attributes: {} 2018-02-28 11:12:49,159 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-02-28 11:12:49,159 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-02-28 11:12:49,168 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$9e27d4d' width attributes: {noXslPrefix=test prefix} 2018-02-28 11:12:49,169 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-02-28 11:12:49,169 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-02-28 11:12:49,171 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$9e27d4d' width attributes: {noXslSuffix=test suffix} 2018-02-28 11:12:49,172 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-02-28 11:12:49,172 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-02-28 11:12:49,191 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$ffdf5a3d' with attributes: {} 2018-02-28 11:12:49,197 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$80722dfc' with attributes: {} 2018-02-28 11:12:49,212 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$a78d9402' width attributes: {} 2018-02-28 11:12:49,214 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-02-28 11:12:49,214 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-02-28 11:12:49,216 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$9e27d4d' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2018-02-28 11:12:49,217 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2018-02-28 11:12:49,219 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$350cecd2' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2018-02-28 11:12:49,221 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1481594007 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-02-28 11:12:49,240 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-02-28 11:12:49,278 [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.04 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.IfTest 2018-02-28 11:12:49,283 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-02-28 11:12:49,284 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-02-28 11:12:49,295 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2018-02-28 11:12:49,295 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2018-02-28 11:12:49,296 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-02-28 11:12:49,297 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-02-28 11:12:49,298 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2018-02-28 11:12:49,298 [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.018 s - in org.appng.taglib.IfTest [INFO] Running org.appng.taglib.ParameterTest 2018-02-28 11:12:49,300 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@3569edd5 2018-02-28 11:12:49,300 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@3569edd5 2018-02-28 11:12:49,300 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@3569edd5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.taglib.ParameterTest [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.17.0.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.search... Loading source files for package org.appng.taglib.form... 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/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/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/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/Permission.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/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/TagletAdapter.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/If.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/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/search/class-use/Search.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/form/class-use/FormElement.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/FormGroup.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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-taglib --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.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.17.0/appng-taglib-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-taglib --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.17.0 [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.17.0] [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.17.0] [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.17.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [4019 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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-core-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.17.0.jar [INFO] Copying appng-forms-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.17.0.jar [INFO] Copying appng-formtags-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.17.0.jar [INFO] Copying appng-mail-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.17.0.jar [INFO] Copying appng-cli-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.17.0.jar [INFO] Copying appng-search-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.17.0.jar [INFO] Copying appng-taglib-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.17.0.jar [INFO] Copying appng-xmlapi-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.17.0.jar [INFO] Copying appng-tools-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.17.0.jar [INFO] Copying appng-api-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.17.0.jar [INFO] Copying appng-persistence-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.17.0.jar [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] org.itadaki:bzip2:jar:0.9.1 already exists in destination. [INFO] com.google.protobuf:protobuf-java:jar:2.5.0 already exists in destination. [INFO] net.bytebuddy:byte-buddy:jar:1.6.14 already exists in destination. [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4 already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.8.RELEASE already exists in destination. [INFO] xml-apis:xml-apis-ext:jar:1.3.04 already exists in destination. [INFO] org.attoparser:attoparser:jar:2.0.4.RELEASE already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.16 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-sandbox:jar:6.6.2 already exists in destination. [INFO] org.freemarker:freemarker:jar:2.3.23 already exists in destination. [INFO] com.mysema.commons:mysema-commons-lang:jar:0.2.4 already exists in destination. [INFO] edu.ucar:grib:jar:4.5.5 already exists in destination. [INFO] org.apache.pdfbox:fontbox:jar:2.0.6 already exists in destination. [INFO] org.jsoup:jsoup:jar:1.11.1 already exists in destination. [INFO] org.apache.commons:commons-pool2:jar:2.4.2 already exists in destination. [INFO] dom4j:dom4j:jar:1.6.1 already exists in destination. [INFO] org.apache.poi:poi:jar:3.17 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-api:jar:1.4 already exists in destination. [INFO] com.tdunning:json:jar:1.8 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] com.google.guava:guava:jar:23.3-jre already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.1 already exists in destination. [INFO] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final already exists in destination. [INFO] org.appng:appng-tomcat8:jar:1.17.0 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] 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] org.appng:appng-tomcat7:jar:1.17.0 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] 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.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: /srv/www/appng.org/appng/builds/stable/appng-application-1.17.0-dependencies-20180228-1004.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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.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.17.0/appng-application-1.17.0.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.17.0-dependencies-20180228-1004.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.17.0-dependencies-20180228-1004.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.17.0-dependencies-20180228-1004.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.17.0-dependencies-20180228-1004.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.17.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-bom --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.17.0 [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-02-28 11:13:56,190 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-02-28 11:13:56,207 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@130f889, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1188e820, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2f490758, org.springframework.test.context.support.DirtiesContextTestExecutionListener@101df177, org.springframework.test.context.transaction.TransactionalTestExecutionListener@166fa74d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@40f08448] 2018-02-28 11:13:56,316 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2018-02-28 11:13:56,593 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-02-28 11:13:56,630 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-02-28 11:13:56,702 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6b1274d2: startup date [Wed Feb 28 11:13:56 CET 2018]; root of context hierarchy 2018-02-28 11:13:57,447 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: Checkpoint start 2018-02-28 11:13:57,447 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: checkpointClose start 2018-02-28 11:13:57,460 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: checkpointClose synched 2018-02-28 11:13:57,482 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: checkpointClose script done 2018-02-28 11:13:57,512 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: checkpointClose end 2018-02-28 11:13:57,513 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB61DBE78030.ENGINE: Checkpoint end - txts: 1 2018-02-28 11:13:57,651 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-02-28 11:13:57,682 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-02-28 11:13:57,906 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-02-28 11:13:57,907 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-02-28 11:13:58,100 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-02-28 11:13:58,390 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-02-28 11:13:58,456 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:13:58,764 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-02-28 11:13:59,105 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@3df978b9' 2018-02-28 11:13:59,118 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:14:01,376 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6b1274d2: startup date [Wed Feb 28 11:13:56 CET 2018]; root of context hierarchy 2018-02-28 11:14:01,377 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-02-28 11:14:01,377 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down' 2018-02-28 11:14:01,619 INFO [HSQLDB Connection @6893bb0d] hsqldb.db.HSQLDB61DBE78030.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.924 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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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 images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-documentation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.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.17.0/appng-documentation-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar.asc [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 images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-documentation --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.17.0 [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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-template-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-template-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.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.17.0/appng-template-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.17.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.17.0 [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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.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.17.0/appng-application-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.17.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.17.0 [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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-archetype-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-archetype-application --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-archetype-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.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.17.0/appng-archetype-application-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-archetype-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.17.0 [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.17.0.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/Database.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/Sites.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/SchemaVersion.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/Package.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/Versions.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/class-use/RepositoryType.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/Application.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/Repository.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/Applications.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/PackageType.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/Databases.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/Group.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/Properties.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/Links.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/Property.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/RepositoryMode.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/Linkable.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/Packages.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.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.17.0/appng-appngizer-jaxb-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-jaxb --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.17.0 [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.SiteApplicationControllerTest 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-02-28 11:15:32,214 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-02-28 11:15:32,233 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@59717824, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@146044d7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1e9e725a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@15d9bc04, org.springframework.test.context.transaction.TransactionalTestExecutionListener@473b46c3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@516be40f] 2018-02-28 11:15:32,339 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:32,967 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@525f1e4e: startup date [Wed Feb 28 11:15:32 CET 2018]; root of context hierarchy 2018-02-28 11:15:33,490 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:33,581 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:33,613 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:33,844 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.12.Final} 2018-02-28 11:15:33,847 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2018-02-28 11:15:33,940 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-02-28 11:15:34,697 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:34,769 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:35,508 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-02-28 11:15:36,803 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:36,873 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@525f1e4e: startup date [Wed Feb 28 11:15:32 CET 2018]; root of context hierarchy 2018-02-28 11:15:36,895 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-02-28 11:15:36,906 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:36,971 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.020s) 2018-02-28 11:15:36,985 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:37,006 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:37,028 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:37,079 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:37,101 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:37,110 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:37,120 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:37,128 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:37,135 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:37,142 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:37,150 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:37,158 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:37,165 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.182s). 2018-02-28 11:15:37,867 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:38,924 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:38,926 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:38,981 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:38,982 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:39,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:39,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:39,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:39,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:39,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:39,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:39,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:39,263 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:39,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:39,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:39,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:39,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:39,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:39,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:39,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:39,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:39,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:39,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:39,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:39,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:39,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:39,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:39,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:39,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:39,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:39,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:39,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:39,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:39,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:39,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:39,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:39,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:39,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:39,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:39,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:39,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:39,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:39,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:39,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:39,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:39,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:39,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:39,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:39,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:39,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:39,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:39,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:39,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:39,521 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2018-02-28 11:15:39,521 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:39,861 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-02-28 11:15:39,862 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-02-28 11:15:39,863 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-02-28 11:15:39,863 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-02-28 11:15:39,864 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-02-28 11:15:39,864 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-02-28 11:15:39,865 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-02-28 11:15:39,866 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-02-28 11:15:39,866 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-02-28 11:15:39,872 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-02-28 11:15:39,872 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-02-28 11:15:39,873 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-02-28 11:15:39,873 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-02-28 11:15:39,874 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-02-28 11:15:39,874 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-02-28 11:15:39,875 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-02-28 11:15:39,875 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-02-28 11:15:39,877 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-02-28 11:15:39,878 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-02-28 11:15:39,878 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-02-28 11:15:39,879 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-02-28 11:15:39,879 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-02-28 11:15:39,881 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-02-28 11:15:39,881 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-02-28 11:15:39,883 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-02-28 11:15:39,883 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-02-28 11:15:39,884 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-02-28 11:15:39,884 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-02-28 11:15:39,885 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-02-28 11:15:39,886 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-02-28 11:15:39,887 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-02-28 11:15:39,887 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-02-28 11:15:39,888 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-02-28 11:15:39,890 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-02-28 11:15:39,890 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-02-28 11:15:39,891 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-02-28 11:15:39,891 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-02-28 11:15:39,892 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-02-28 11:15:39,894 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-02-28 11:15:39,895 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-02-28 11:15:39,895 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-02-28 11:15:39,896 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-02-28 11:15:39,896 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-02-28 11:15:39,897 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-02-28 11:15:39,897 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-02-28 11:15:39,898 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-02-28 11:15:39,899 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-02-28 11:15:39,899 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-02-28 11:15:39,901 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-02-28 11:15:39,902 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-02-28 11:15:39,902 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-02-28 11:15:39,903 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-02-28 11:15:39,903 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-02-28 11:15:39,905 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-02-28 11:15:39,906 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-02-28 11:15:39,906 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-02-28 11:15:39,907 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-02-28 11:15:39,907 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-02-28 11:15:39,908 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-02-28 11:15:39,910 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-02-28 11:15:39,910 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-02-28 11:15:39,911 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-02-28 11:15:39,911 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-02-28 11:15:39,912 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-02-28 11:15:39,914 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-02-28 11:15:39,914 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-02-28 11:15:39,915 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-02-28 11:15:39,915 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-02-28 11:15:39,916 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-02-28 11:15:39,916 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-02-28 11:15:39,919 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-02-28 11:15:39,920 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-02-28 11:15:39,920 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-02-28 11:15:39,921 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-02-28 11:15:39,921 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-02-28 11:15:39,922 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-02-28 11:15:39,922 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-02-28 11:15:39,923 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-02-28 11:15:39,925 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-02-28 11:15:39,925 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-02-28 11:15:39,926 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-02-28 11:15:39,926 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-02-28 11:15:39,927 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-02-28 11:15:40,671 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:15:41,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@525f1e4e: startup date [Wed Feb 28 11:15:32 CET 2018]; root of context hierarchy 2018-02-28 11:15:41,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@525f1e4e: startup date [Wed Feb 28 11:15:32 CET 2018]; root of context hierarchy 2018-02-28 11:15:41,863 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:41,863 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:41,908 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 45 ms 2018-02-28 11:15:41,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:15:42,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:15:42,611 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-02-28 11:15:42,634 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:15:42,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:15:42,645 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:15:42,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:15:42,650 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:15:42,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:15:42,652 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:15:42,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:15:42,653 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:15:42,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:15:42,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:15:42,683 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:15:42,689 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:15:42,695 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:42,695 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:15:42,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:15:42,701 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:15:42,705 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:15:42,705 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:15:42,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:15:42,710 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:15:42,710 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:15:42,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:15:42,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:15:42,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:15:42,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:15:42,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:15:42,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:15:42,744 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,744 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:42,748 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:15:42,770 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:15:42,774 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:15:42,776 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:42,780 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:15:42,782 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:15:42,786 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:15:42,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-02-28 11:15:42,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-02-28 11:15:42,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-02-28 11:15:42,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-02-28 11:15:42,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-02-28 11:15:42,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-02-28 11:15:42,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-02-28 11:15:42,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-02-28 11:15:42,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-02-28 11:15:42,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-02-28 11:15:42,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-02-28 11:15:42,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-02-28 11:15:42,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-02-28 11:15:42,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-02-28 11:15:42,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-02-28 11:15:42,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-02-28 11:15:42,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-02-28 11:15:42,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-02-28 11:15:42,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-02-28 11:15:42,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-02-28 11:15:42,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-02-28 11:15:42,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-02-28 11:15:42,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-02-28 11:15:42,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-02-28 11:15:42,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-02-28 11:15:42,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-02-28 11:15:42,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-02-28 11:15:42,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-02-28 11:15:42,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-02-28 11:15:42,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-02-28 11:15:42,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-02-28 11:15:42,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-02-28 11:15:42,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-02-28 11:15:42,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-02-28 11:15:42,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-02-28 11:15:42,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-02-28 11:15:42,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-02-28 11:15:42,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-02-28 11:15:42,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-02-28 11:15:42,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-02-28 11:15:42,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-02-28 11:15:42,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-02-28 11:15:42,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-02-28 11:15:42,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-02-28 11:15:42,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-02-28 11:15:42,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-02-28 11:15:42,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-02-28 11:15:42,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-02-28 11:15:42,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-02-28 11:15:42,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-02-28 11:15:42,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-02-28 11:15:42,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-02-28 11:15:42,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-02-28 11:15:42,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-02-28 11:15:42,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-02-28 11:15:42,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-02-28 11:15:42,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-02-28 11:15:42,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-02-28 11:15:42,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-02-28 11:15:42,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-02-28 11:15:42,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-02-28 11:15:42,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-02-28 11:15:42,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-02-28 11:15:43,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2018-02-28 11:15:43,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2018-02-28 11:15:43,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2018-02-28 11:15:43,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2018-02-28 11:15:43,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2018-02-28 11:15:43,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2018-02-28 11:15:43,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2018-02-28 11:15:43,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2018-02-28 11:15:43,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2018-02-28 11:15:43,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2018-02-28 11:15:43,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2018-02-28 11:15:43,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2018-02-28 11:15:43,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2018-02-28 11:15:43,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2018-02-28 11:15:43,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2018-02-28 11:15:43,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2018-02-28 11:15:43,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2018-02-28 11:15:43,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2018-02-28 11:15:43,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2018-02-28 11:15:43,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2018-02-28 11:15:43,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2018-02-28 11:15:43,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2018-02-28 11:15:43,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2018-02-28 11:15:43,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2018-02-28 11:15:43,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2018-02-28 11:15:43,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2018-02-28 11:15:43,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2018-02-28 11:15:43,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2018-02-28 11:15:43,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2018-02-28 11:15:43,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2018-02-28 11:15:43,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2018-02-28 11:15:43,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2018-02-28 11:15:43,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2018-02-28 11:15:43,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2018-02-28 11:15:43,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2018-02-28 11:15:43,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2018-02-28 11:15:43,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2018-02-28 11:15:43,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2018-02-28 11:15:43,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2018-02-28 11:15:43,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2018-02-28 11:15:43,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2018-02-28 11:15:43,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2018-02-28 11:15:43,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2018-02-28 11:15:43,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2018-02-28 11:15:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2018-02-28 11:15:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2018-02-28 11:15:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2018-02-28 11:15:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2018-02-28 11:15:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2018-02-28 11:15:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2018-02-28 11:15:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2018-02-28 11:15:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2018-02-28 11:15:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2018-02-28 11:15:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2018-02-28 11:15:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2018-02-28 11:15:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2018-02-28 11:15:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2018-02-28 11:15:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2018-02-28 11:15:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2018-02-28 11:15:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2018-02-28 11:15:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2018-02-28 11:15:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2018-02-28 11:15:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2018-02-28 11:15:43,700 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-02-28 11:15:43,701 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-02-28 11:15:43,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2018-02-28 11:15:43,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-02-28 11:15:43,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-02-28 11:15:43,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-02-28 11:15:44,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-02-28 11:15:44,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-02-28 11:15:44,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-02-28 11:15:44,317 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2018-02-28 11:15:44,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2018-02-28 11:15:44,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-02-28 11:15:44,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-02-28 11:15:44,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-02-28 11:15:44,359 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@525f1e4e: startup date [Wed Feb 28 11:15:32 CET 2018]; root of context hierarchy 2018-02-28 11:15:44,366 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:44,367 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: 12.534 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2018-02-28 11:15:44,384 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-02-28 11:15:44,384 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@19656e21, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@614ae4eb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2cd31214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@594f508f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b6939e1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5d32f5db] 2018-02-28 11:15:44,385 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:44,530 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@69c51fdb: startup date [Wed Feb 28 11:15:44 CET 2018]; root of context hierarchy 2018-02-28 11:15:44,657 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:44,683 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:44,684 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:44,757 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:44,763 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:45,011 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:45,023 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@69c51fdb: startup date [Wed Feb 28 11:15:44 CET 2018]; root of context hierarchy 2018-02-28 11:15:45,026 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:45,035 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.005s) 2018-02-28 11:15:45,037 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:45,043 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:45,049 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:45,076 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:45,088 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:45,093 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:45,098 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:45,103 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:45,109 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:45,113 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:45,118 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:45,124 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:45,129 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.091s). 2018-02-28 11:15:45,238 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:45,498 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:45,499 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:45,531 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:45,532 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:45,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:45,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:45,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:45,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:45,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:45,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:45,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:45,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:45,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:45,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:45,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:45,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:45,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:45,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:45,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:45,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:45,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:45,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:45,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:45,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:45,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:45,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:45,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:45,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:45,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:45,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:45,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:45,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:45,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:45,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:45,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:45,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:45,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:45,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:45,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:45,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:45,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:45,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:45,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:45,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:45,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:45,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:45,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:45,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:45,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:45,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:45,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:45,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:45,693 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:45,735 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-02-28 11:15:45,735 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-02-28 11:15:45,736 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-02-28 11:15:45,736 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-02-28 11:15:45,737 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-02-28 11:15:45,737 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-02-28 11:15:45,737 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-02-28 11:15:45,737 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-02-28 11:15:45,738 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-02-28 11:15:45,739 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-02-28 11:15:45,739 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-02-28 11:15:45,740 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-02-28 11:15:45,740 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-02-28 11:15:45,740 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-02-28 11:15:45,741 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-02-28 11:15:45,741 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-02-28 11:15:45,741 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-02-28 11:15:45,742 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-02-28 11:15:45,742 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-02-28 11:15:45,743 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-02-28 11:15:45,743 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-02-28 11:15:45,743 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-02-28 11:15:45,744 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-02-28 11:15:45,744 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-02-28 11:15:45,745 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-02-28 11:15:45,746 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-02-28 11:15:45,746 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-02-28 11:15:45,746 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-02-28 11:15:45,747 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-02-28 11:15:45,748 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-02-28 11:15:45,748 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-02-28 11:15:45,748 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-02-28 11:15:45,748 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-02-28 11:15:45,749 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-02-28 11:15:45,750 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-02-28 11:15:45,750 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-02-28 11:15:45,750 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-02-28 11:15:45,751 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-02-28 11:15:45,752 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-02-28 11:15:45,753 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-02-28 11:15:45,753 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-02-28 11:15:45,753 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-02-28 11:15:45,754 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-02-28 11:15:45,754 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-02-28 11:15:45,754 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-02-28 11:15:45,755 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-02-28 11:15:45,755 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-02-28 11:15:45,755 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-02-28 11:15:45,756 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-02-28 11:15:45,757 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-02-28 11:15:45,757 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-02-28 11:15:45,757 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-02-28 11:15:45,757 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-02-28 11:15:45,758 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-02-28 11:15:45,759 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-02-28 11:15:45,759 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-02-28 11:15:45,759 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-02-28 11:15:45,760 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-02-28 11:15:45,760 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-02-28 11:15:45,761 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-02-28 11:15:45,761 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-02-28 11:15:45,762 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-02-28 11:15:45,762 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-02-28 11:15:45,762 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-02-28 11:15:45,763 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-02-28 11:15:45,763 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-02-28 11:15:45,764 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-02-28 11:15:45,764 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-02-28 11:15:45,764 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-02-28 11:15:45,765 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-02-28 11:15:45,766 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-02-28 11:15:45,766 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-02-28 11:15:45,767 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-02-28 11:15:45,767 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-02-28 11:15:45,767 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-02-28 11:15:45,768 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-02-28 11:15:45,768 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-02-28 11:15:45,768 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-02-28 11:15:45,769 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-02-28 11:15:45,769 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-02-28 11:15:45,770 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-02-28 11:15:45,770 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-02-28 11:15:45,770 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-02-28 11:15:45,809 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:15:45,961 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@69c51fdb: startup date [Wed Feb 28 11:15:44 CET 2018]; root of context hierarchy 2018-02-28 11:15:45,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@69c51fdb: startup date [Wed Feb 28 11:15:44 CET 2018]; root of context hierarchy 2018-02-28 11:15:46,104 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:46,104 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:46,114 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 10 ms 2018-02-28 11:15:46,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:15:46,137 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:46,138 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:46,168 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:46,169 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:46,196 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:15:46,203 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.009s). 2018-02-28 11:15:46,203 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:15:46,233 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-02-28 11:15:46,237 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-02-28 11:15:46,237 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-02-28 11:15:46,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2018-02-28 11:15:46,258 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-02-28 11:15:46,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2018-02-28 11:15:46,264 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.lang.ClassNotFoundException: com.mysql.jdbc.Driver) 2018-02-28 11:15:46,264 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-02-28 11:15:46,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2018-02-28 11:15:46,268 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver) 2018-02-28 11:15:46,268 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-02-28 11:15:47,750 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:47,750 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:47,752 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:15:47,754 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:47,755 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:47,786 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:47,787 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:47,810 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-02-28 11:15:47,817 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.008s). 2018-02-28 11:15:47,817 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-02-28 11:15:47,863 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.013s) 2018-02-28 11:15:47,868 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-02-28 11:15:47,868 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-02-28 11:15:47,873 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-02-28 11:15:48,836 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:48,836 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:48,838 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:15:48,844 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:48,845 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:49,820 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:49,820 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:49,822 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:15:49,830 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:49,831 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:50,813 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@69c51fdb: startup date [Wed Feb 28 11:15:44 CET 2018]; root of context hierarchy 2018-02-28 11:15:50,818 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:50,819 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: 6.443 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2018-02-28 11:15:50,832 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-02-28 11:15:50,832 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@665e18d5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4795876e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5c8859b4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56897de0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40874f54, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2bc21edd] 2018-02-28 11:15:50,834 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:51,028 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3599b7e8: startup date [Wed Feb 28 11:15:51 CET 2018]; root of context hierarchy 2018-02-28 11:15:51,147 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:51,198 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:51,198 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:51,289 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:51,295 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:51,596 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:51,608 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@3599b7e8: startup date [Wed Feb 28 11:15:51 CET 2018]; root of context hierarchy 2018-02-28 11:15:51,611 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:51,622 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.005s) 2018-02-28 11:15:51,624 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:51,630 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:51,636 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:51,661 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:51,674 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:51,679 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:51,685 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:51,691 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:51,696 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:51,701 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:51,706 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:51,712 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:51,717 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.093s). 2018-02-28 11:15:51,853 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:52,114 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:52,115 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:52,155 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:52,156 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:52,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:52,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:52,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:52,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:52,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:52,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:52,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:52,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:52,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:52,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:52,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:52,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:52,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:52,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:52,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:52,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:52,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:52,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:52,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:52,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:52,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:52,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:52,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:52,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:52,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:52,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:52,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:52,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:52,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:52,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:52,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:52,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:52,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:52,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:52,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:52,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:52,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:52,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:52,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:52,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:52,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:52,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:52,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:52,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:52,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:52,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:52,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:52,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:52,249 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:52,302 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-02-28 11:15:52,303 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-02-28 11:15:52,303 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-02-28 11:15:52,304 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-02-28 11:15:52,304 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-02-28 11:15:52,304 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-02-28 11:15:52,305 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-02-28 11:15:52,305 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-02-28 11:15:52,305 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-02-28 11:15:52,307 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-02-28 11:15:52,307 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-02-28 11:15:52,307 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-02-28 11:15:52,308 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-02-28 11:15:52,308 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-02-28 11:15:52,308 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-02-28 11:15:52,309 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-02-28 11:15:52,309 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-02-28 11:15:52,310 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-02-28 11:15:52,311 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-02-28 11:15:52,311 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-02-28 11:15:52,311 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-02-28 11:15:52,312 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-02-28 11:15:52,312 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-02-28 11:15:52,313 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-02-28 11:15:52,314 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-02-28 11:15:52,314 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-02-28 11:15:52,315 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-02-28 11:15:52,315 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-02-28 11:15:52,315 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-02-28 11:15:52,316 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-02-28 11:15:52,317 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-02-28 11:15:52,317 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-02-28 11:15:52,317 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-02-28 11:15:52,318 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-02-28 11:15:52,319 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-02-28 11:15:52,319 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-02-28 11:15:52,319 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-02-28 11:15:52,320 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-02-28 11:15:52,321 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-02-28 11:15:52,321 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-02-28 11:15:52,322 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-02-28 11:15:52,322 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-02-28 11:15:52,322 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-02-28 11:15:52,323 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-02-28 11:15:52,323 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-02-28 11:15:52,323 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-02-28 11:15:52,324 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-02-28 11:15:52,324 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-02-28 11:15:52,325 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-02-28 11:15:52,326 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-02-28 11:15:52,326 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-02-28 11:15:52,326 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-02-28 11:15:52,327 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-02-28 11:15:52,328 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-02-28 11:15:52,328 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-02-28 11:15:52,328 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-02-28 11:15:52,329 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-02-28 11:15:52,329 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-02-28 11:15:52,329 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-02-28 11:15:52,330 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-02-28 11:15:52,331 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-02-28 11:15:52,331 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-02-28 11:15:52,332 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-02-28 11:15:52,332 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-02-28 11:15:52,333 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-02-28 11:15:52,333 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-02-28 11:15:52,334 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-02-28 11:15:52,334 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-02-28 11:15:52,334 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-02-28 11:15:52,335 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-02-28 11:15:52,336 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-02-28 11:15:52,336 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-02-28 11:15:52,337 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-02-28 11:15:52,337 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-02-28 11:15:52,337 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-02-28 11:15:52,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-02-28 11:15:52,338 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-02-28 11:15:52,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-02-28 11:15:52,340 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-02-28 11:15:52,340 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-02-28 11:15:52,340 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-02-28 11:15:52,341 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-02-28 11:15:52,341 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-02-28 11:15:52,396 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:15:52,609 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3599b7e8: startup date [Wed Feb 28 11:15:51 CET 2018]; root of context hierarchy 2018-02-28 11:15:52,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3599b7e8: startup date [Wed Feb 28 11:15:51 CET 2018]; root of context hierarchy 2018-02-28 11:15:52,750 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:52,750 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:52,760 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 10 ms 2018-02-28 11:15:52,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:15:52,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2018-02-28 11:15:52,891 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-02-28 11:15:52,900 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:15:52,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:15:52,908 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:15:52,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:15:52,912 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:15:52,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:15:52,912 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:15:52,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:15:52,913 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:15:52,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:15:52,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:15:52,923 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:15:52,924 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:15:52,926 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:52,926 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:15:52,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:15:52,928 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:15:52,929 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:15:52,929 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:15:52,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:15:52,931 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:15:52,931 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:15:52,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:15:52,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:15:52,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:15:52,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:15:52,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:15:52,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:15:52,944 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,945 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,945 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,945 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,952 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,953 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,953 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,954 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:52,954 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:15:52,978 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:15:52,980 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:15:52,982 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:52,987 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:15:52,995 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:15:53,002 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:15:53,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2018-02-28 11:15:53,165 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:53,165 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:53,167 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:15:53,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2018-02-28 11:15:53,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2018-02-28 11:15:53,219 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:53,219 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:53,221 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:15:53,242 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:53,242 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:53,243 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:15:53,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2018-02-28 11:15:53,300 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-02-28 11:15:53,302 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-02-28 11:15:53,316 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:53,316 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:53,317 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:15:53,438 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-02-28 11:15:53,484 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3599b7e8: startup date [Wed Feb 28 11:15:51 CET 2018]; root of context hierarchy 2018-02-28 11:15:53,488 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:53,490 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: 2.669 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2018-02-28 11:15:53,503 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-02-28 11:15:53,506 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1c619a77, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e7f72, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@446c8a54, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3787eac3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27a57c66, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5453020f] 2018-02-28 11:15:53,508 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:53,715 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@744d0cfb: startup date [Wed Feb 28 11:15:53 CET 2018]; root of context hierarchy 2018-02-28 11:15:53,976 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:54,035 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:54,040 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:54,149 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:54,155 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:54,534 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:54,544 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@744d0cfb: startup date [Wed Feb 28 11:15:53 CET 2018]; root of context hierarchy 2018-02-28 11:15:54,547 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:54,558 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-02-28 11:15:54,562 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:54,566 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:54,572 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:54,605 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:54,623 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:54,628 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:54,631 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:54,635 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:54,638 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:54,642 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:54,646 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:54,650 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:54,656 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.094s). 2018-02-28 11:15:54,798 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:55,070 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:55,071 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:55,099 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:55,100 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:55,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:55,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:55,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:55,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:55,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:55,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:55,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:55,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:55,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:55,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:55,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:55,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:55,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:55,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:55,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:55,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:55,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:55,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:55,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:55,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:55,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:55,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:55,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:55,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:55,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:55,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:55,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:55,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:55,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:55,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:55,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:55,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:55,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:55,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:55,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:55,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:55,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:55,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:55,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:55,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:55,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:55,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:55,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:55,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:55,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:55,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:55,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:55,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:55,216 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:55,258 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-02-28 11:15:55,259 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-02-28 11:15:55,259 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-02-28 11:15:55,260 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-02-28 11:15:55,260 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-02-28 11:15:55,260 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-02-28 11:15:55,263 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-02-28 11:15:55,266 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-02-28 11:15:55,268 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-02-28 11:15:55,269 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-02-28 11:15:55,270 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-02-28 11:15:55,271 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-02-28 11:15:55,272 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-02-28 11:15:55,274 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-02-28 11:15:55,274 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-02-28 11:15:55,274 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-02-28 11:15:55,274 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-02-28 11:15:55,276 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-02-28 11:15:55,276 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-02-28 11:15:55,276 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-02-28 11:15:55,277 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-02-28 11:15:55,277 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-02-28 11:15:55,280 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-02-28 11:15:55,282 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-02-28 11:15:55,283 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-02-28 11:15:55,283 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-02-28 11:15:55,284 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-02-28 11:15:55,284 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-02-28 11:15:55,284 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-02-28 11:15:55,285 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-02-28 11:15:55,285 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-02-28 11:15:55,285 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-02-28 11:15:55,286 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-02-28 11:15:55,287 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-02-28 11:15:55,287 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-02-28 11:15:55,287 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-02-28 11:15:55,288 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-02-28 11:15:55,288 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-02-28 11:15:55,290 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-02-28 11:15:55,290 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-02-28 11:15:55,290 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-02-28 11:15:55,291 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-02-28 11:15:55,291 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-02-28 11:15:55,291 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-02-28 11:15:55,291 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-02-28 11:15:55,292 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-02-28 11:15:55,292 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-02-28 11:15:55,292 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-02-28 11:15:55,297 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-02-28 11:15:55,297 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-02-28 11:15:55,297 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-02-28 11:15:55,298 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-02-28 11:15:55,298 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-02-28 11:15:55,299 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-02-28 11:15:55,299 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-02-28 11:15:55,299 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-02-28 11:15:55,300 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-02-28 11:15:55,300 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-02-28 11:15:55,300 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-02-28 11:15:55,304 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-02-28 11:15:55,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-02-28 11:15:55,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-02-28 11:15:55,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-02-28 11:15:55,306 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-02-28 11:15:55,307 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-02-28 11:15:55,307 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-02-28 11:15:55,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-02-28 11:15:55,308 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-02-28 11:15:55,308 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-02-28 11:15:55,308 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-02-28 11:15:55,309 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-02-28 11:15:55,309 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-02-28 11:15:55,310 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-02-28 11:15:55,310 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-02-28 11:15:55,310 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-02-28 11:15:55,311 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-02-28 11:15:55,311 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-02-28 11:15:55,311 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-02-28 11:15:55,312 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-02-28 11:15:55,312 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-02-28 11:15:55,313 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-02-28 11:15:55,313 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-02-28 11:15:55,313 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-02-28 11:15:55,367 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:15:55,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@744d0cfb: startup date [Wed Feb 28 11:15:53 CET 2018]; root of context hierarchy 2018-02-28 11:15:55,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@744d0cfb: startup date [Wed Feb 28 11:15:53 CET 2018]; root of context hierarchy 2018-02-28 11:15:55,736 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:55,737 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:55,745 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2018-02-28 11:15:55,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:15:55,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:55,930 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2018-02-28 11:15:56,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2018-02-28 11:15:56,006 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@744d0cfb: startup date [Wed Feb 28 11:15:53 CET 2018]; root of context hierarchy 2018-02-28 11:15:56,012 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:56,013 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.523 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2018-02-28 11:15:56,035 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-02-28 11:15:56,036 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7080e8fc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7b9e4a2a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@25b8a2f7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@9a3d0f4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7e130e34, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@77d5c4c6] 2018-02-28 11:15:56,037 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:56,234 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@171a6fd1: startup date [Wed Feb 28 11:15:56 CET 2018]; root of context hierarchy 2018-02-28 11:15:56,384 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:56,435 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:56,446 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:56,619 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:56,624 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:57,069 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:57,080 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@171a6fd1: startup date [Wed Feb 28 11:15:56 CET 2018]; root of context hierarchy 2018-02-28 11:15:57,083 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:57,092 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-02-28 11:15:57,093 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:57,100 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:57,104 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:57,136 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:57,145 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:57,149 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:57,154 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:57,158 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:57,162 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:57,166 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:57,171 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:57,175 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:57,184 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.091s). 2018-02-28 11:15:57,278 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:57,627 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:57,627 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:57,656 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:57,657 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:57,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:57,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:57,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:57,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:57,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:57,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:57,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:57,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:57,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:57,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:57,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:57,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:57,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:57,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:57,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:57,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:57,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:57,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:57,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:57,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:57,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:57,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:57,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:57,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:57,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:57,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:57,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:57,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:57,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:57,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:57,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:57,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:57,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:57,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:57,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:57,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:57,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:57,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:57,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:57,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:57,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:57,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:57,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:57,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:57,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:57,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:57,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:57,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:57,772 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:57,802 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-02-28 11:15:57,803 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-02-28 11:15:57,803 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-02-28 11:15:57,803 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-02-28 11:15:57,804 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-02-28 11:15:57,804 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-02-28 11:15:57,804 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-02-28 11:15:57,805 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-02-28 11:15:57,805 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-02-28 11:15:57,806 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-02-28 11:15:57,807 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-02-28 11:15:57,807 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-02-28 11:15:57,807 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-02-28 11:15:57,807 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-02-28 11:15:57,808 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-02-28 11:15:57,808 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-02-28 11:15:57,808 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-02-28 11:15:57,809 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-02-28 11:15:57,809 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-02-28 11:15:57,810 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-02-28 11:15:57,810 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-02-28 11:15:57,810 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-02-28 11:15:57,812 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-02-28 11:15:57,812 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-02-28 11:15:57,813 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-02-28 11:15:57,813 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-02-28 11:15:57,813 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-02-28 11:15:57,813 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-02-28 11:15:57,814 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-02-28 11:15:57,814 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-02-28 11:15:57,815 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-02-28 11:15:57,815 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-02-28 11:15:57,815 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-02-28 11:15:57,816 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-02-28 11:15:57,816 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-02-28 11:15:57,817 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-02-28 11:15:57,817 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-02-28 11:15:57,817 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-02-28 11:15:57,819 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-02-28 11:15:57,819 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-02-28 11:15:57,820 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-02-28 11:15:57,820 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-02-28 11:15:57,820 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-02-28 11:15:57,821 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-02-28 11:15:57,821 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-02-28 11:15:57,822 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-02-28 11:15:57,822 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-02-28 11:15:57,822 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-02-28 11:15:57,829 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-02-28 11:15:57,829 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-02-28 11:15:57,834 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-02-28 11:15:57,835 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-02-28 11:15:57,836 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-02-28 11:15:57,837 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-02-28 11:15:57,838 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-02-28 11:15:57,838 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-02-28 11:15:57,838 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-02-28 11:15:57,838 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-02-28 11:15:57,839 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-02-28 11:15:57,839 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-02-28 11:15:57,840 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-02-28 11:15:57,840 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-02-28 11:15:57,842 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-02-28 11:15:57,843 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-02-28 11:15:57,845 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-02-28 11:15:57,845 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-02-28 11:15:57,845 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-02-28 11:15:57,846 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-02-28 11:15:57,846 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-02-28 11:15:57,850 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-02-28 11:15:57,851 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-02-28 11:15:57,851 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-02-28 11:15:57,851 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-02-28 11:15:57,852 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-02-28 11:15:57,852 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-02-28 11:15:57,852 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-02-28 11:15:57,853 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-02-28 11:15:57,853 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-02-28 11:15:57,854 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-02-28 11:15:57,854 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-02-28 11:15:57,854 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-02-28 11:15:57,859 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-02-28 11:15:57,859 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-02-28 11:15:57,942 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:15:58,298 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@171a6fd1: startup date [Wed Feb 28 11:15:56 CET 2018]; root of context hierarchy 2018-02-28 11:15:58,352 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@171a6fd1: startup date [Wed Feb 28 11:15:56 CET 2018]; root of context hierarchy 2018-02-28 11:15:58,458 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:15:58,458 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:15:58,467 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 9 ms 2018-02-28 11:15:58,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:15:58,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:15:58,530 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-02-28 11:15:58,552 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:15:58,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:15:58,557 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:15:58,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:15:58,561 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:15:58,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:15:58,562 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:15:58,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:15:58,562 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:15:58,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:15:58,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:15:58,571 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:15:58,572 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:15:58,573 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:58,573 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:15:58,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:15:58,575 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:15:58,576 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:15:58,576 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:15:58,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:15:58,578 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:15:58,578 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:15:58,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:15:58,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:15:58,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:15:58,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:15:58,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:15:58,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:15:58,590 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,590 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:15:58,592 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:15:58,603 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:15:58,604 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:15:58,606 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:15:58,607 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:15:58,608 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:15:58,610 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:15:58,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2018-02-28 11:15:58,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2018-02-28 11:15:58,732 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@171a6fd1: startup date [Wed Feb 28 11:15:56 CET 2018]; root of context hierarchy 2018-02-28 11:15:58,734 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:58,734 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.72 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2018-02-28 11:15:58,743 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-02-28 11:15:58,743 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d81522b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@599e81bd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@467c785d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1d302061, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7a4729e6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@57f9cc7a] 2018-02-28 11:15:58,744 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:15:58,843 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7262f848: startup date [Wed Feb 28 11:15:58 CET 2018]; root of context hierarchy 2018-02-28 11:15:58,914 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:15:58,936 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:58,936 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:15:59,013 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:15:59,028 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:15:59,271 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:15:59,292 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@7262f848: startup date [Wed Feb 28 11:15:58 CET 2018]; root of context hierarchy 2018-02-28 11:15:59,294 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:59,312 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.011s) 2018-02-28 11:15:59,314 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:15:59,325 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:15:59,328 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:15:59,354 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:15:59,378 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:15:59,382 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:15:59,395 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:15:59,399 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:15:59,407 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:15:59,422 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:15:59,427 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:15:59,430 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:15:59,437 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.123s). 2018-02-28 11:15:59,555 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:15:59,755 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:59,756 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:59,813 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:15:59,813 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:15:59,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:15:59,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:15:59,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:15:59,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:15:59,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:15:59,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:15:59,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:15:59,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:15:59,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:15:59,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:15:59,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:15:59,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:15:59,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:15:59,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:15:59,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:15:59,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:15:59,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:15:59,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:15:59,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:15:59,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:15:59,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:15:59,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:15:59,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:15:59,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:15:59,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:15:59,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:15:59,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:15:59,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:15:59,940 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:15:59,996 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-02-28 11:15:59,996 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-02-28 11:15:59,997 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-02-28 11:15:59,997 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-02-28 11:15:59,997 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-02-28 11:15:59,997 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-02-28 11:15:59,997 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-02-28 11:15:59,998 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-02-28 11:15:59,998 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-02-28 11:16:00,008 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-02-28 11:16:00,008 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-02-28 11:16:00,009 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-02-28 11:16:00,009 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-02-28 11:16:00,009 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-02-28 11:16:00,009 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-02-28 11:16:00,009 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-02-28 11:16:00,010 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-02-28 11:16:00,010 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-02-28 11:16:00,010 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-02-28 11:16:00,011 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-02-28 11:16:00,011 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-02-28 11:16:00,021 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-02-28 11:16:00,022 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-02-28 11:16:00,022 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-02-28 11:16:00,022 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-02-28 11:16:00,023 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-02-28 11:16:00,023 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-02-28 11:16:00,023 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-02-28 11:16:00,023 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-02-28 11:16:00,024 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-02-28 11:16:00,024 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-02-28 11:16:00,024 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-02-28 11:16:00,024 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-02-28 11:16:00,025 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-02-28 11:16:00,025 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-02-28 11:16:00,025 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-02-28 11:16:00,025 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-02-28 11:16:00,025 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-02-28 11:16:00,026 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-02-28 11:16:00,026 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-02-28 11:16:00,027 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-02-28 11:16:00,027 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-02-28 11:16:00,027 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-02-28 11:16:00,027 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-02-28 11:16:00,027 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-02-28 11:16:00,027 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-02-28 11:16:00,028 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-02-28 11:16:00,028 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-02-28 11:16:00,028 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-02-28 11:16:00,029 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-02-28 11:16:00,029 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-02-28 11:16:00,029 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-02-28 11:16:00,029 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-02-28 11:16:00,030 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-02-28 11:16:00,030 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-02-28 11:16:00,030 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-02-28 11:16:00,030 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-02-28 11:16:00,030 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-02-28 11:16:00,030 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-02-28 11:16:00,031 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-02-28 11:16:00,031 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-02-28 11:16:00,031 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-02-28 11:16:00,032 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-02-28 11:16:00,032 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-02-28 11:16:00,032 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-02-28 11:16:00,033 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-02-28 11:16:00,033 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-02-28 11:16:00,033 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-02-28 11:16:00,033 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-02-28 11:16:00,033 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-02-28 11:16:00,034 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-02-28 11:16:00,034 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-02-28 11:16:00,034 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-02-28 11:16:00,035 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-02-28 11:16:00,035 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-02-28 11:16:00,035 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-02-28 11:16:00,035 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-02-28 11:16:00,035 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-02-28 11:16:00,036 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-02-28 11:16:00,036 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-02-28 11:16:00,036 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-02-28 11:16:00,037 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-02-28 11:16:00,037 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-02-28 11:16:00,146 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:00,340 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7262f848: startup date [Wed Feb 28 11:15:58 CET 2018]; root of context hierarchy 2018-02-28 11:16:00,384 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7262f848: startup date [Wed Feb 28 11:15:58 CET 2018]; root of context hierarchy 2018-02-28 11:16:00,602 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:00,602 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:00,613 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 11 ms 2018-02-28 11:16:00,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:00,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:16:00,815 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-02-28 11:16:00,844 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:16:00,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:16:00,948 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:16:00,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:16:00,960 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:16:00,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:16:00,967 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:16:00,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:16:00,968 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:16:00,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:16:00,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:16:00,986 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:16:00,987 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:16:00,989 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:00,989 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:16:00,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:16:00,995 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:16:00,996 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:16:00,996 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:16:01,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:16:01,002 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:16:01,006 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:16:01,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:01,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:01,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:01,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:16:01,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:16:01,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:16:01,031 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,031 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,031 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,034 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,034 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:01,035 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:16:01,061 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:16:01,062 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:16:01,072 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:01,074 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:16:01,075 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:16:01,077 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:16:01,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:01,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2018-02-28 11:16:01,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2018-02-28 11:16:01,314 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@7262f848: startup date [Wed Feb 28 11:15:58 CET 2018]; root of context hierarchy 2018-02-28 11:16:01,316 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:01,316 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2018-02-28 11:16:01,338 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-02-28 11:16:01,338 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@d34c3be, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20e06d7b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@756837b8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@41019f9d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6a039d30, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@492bbebe] 2018-02-28 11:16:01,339 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:01,494 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7d4a95d4: startup date [Wed Feb 28 11:16:01 CET 2018]; root of context hierarchy 2018-02-28 11:16:01,662 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:01,723 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:01,723 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:01,848 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:01,853 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:02,231 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:02,240 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@7d4a95d4: startup date [Wed Feb 28 11:16:01 CET 2018]; root of context hierarchy 2018-02-28 11:16:02,242 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:02,264 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-02-28 11:16:02,265 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:02,281 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:02,284 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:02,298 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:02,306 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:02,309 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:02,312 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:02,315 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:02,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:02,321 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:02,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:02,327 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:02,335 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.069s). 2018-02-28 11:16:02,405 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:02,757 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:02,757 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:02,785 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:02,786 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:02,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:02,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:02,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:02,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:02,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:02,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:02,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:02,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:02,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:02,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:02,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:02,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:02,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:02,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:02,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:02,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:02,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:02,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:02,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:02,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:02,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:02,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:02,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:02,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:02,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:02,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:02,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:02,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:02,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:02,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:02,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:02,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:02,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:02,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:02,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:02,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:02,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:02,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:02,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:02,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:02,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:02,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:02,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:02,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:02,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:02,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:02,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:02,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:02,851 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:02,882 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-02-28 11:16:02,882 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-02-28 11:16:02,882 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-02-28 11:16:02,883 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-02-28 11:16:02,883 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-02-28 11:16:02,883 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-02-28 11:16:02,884 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-02-28 11:16:02,884 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-02-28 11:16:02,884 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-02-28 11:16:02,885 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-02-28 11:16:02,885 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-02-28 11:16:02,886 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-02-28 11:16:02,886 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-02-28 11:16:02,886 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-02-28 11:16:02,886 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-02-28 11:16:02,887 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-02-28 11:16:02,887 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-02-28 11:16:02,896 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-02-28 11:16:02,897 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-02-28 11:16:02,897 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-02-28 11:16:02,897 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-02-28 11:16:02,898 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-02-28 11:16:02,898 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-02-28 11:16:02,899 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-02-28 11:16:02,899 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-02-28 11:16:02,899 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-02-28 11:16:02,900 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-02-28 11:16:02,900 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-02-28 11:16:02,900 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-02-28 11:16:02,901 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-02-28 11:16:02,901 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-02-28 11:16:02,901 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-02-28 11:16:02,901 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-02-28 11:16:02,902 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-02-28 11:16:02,902 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-02-28 11:16:02,903 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-02-28 11:16:02,903 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-02-28 11:16:02,903 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-02-28 11:16:02,904 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-02-28 11:16:02,904 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-02-28 11:16:02,905 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-02-28 11:16:02,905 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-02-28 11:16:02,905 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-02-28 11:16:02,905 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-02-28 11:16:02,906 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-02-28 11:16:02,906 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-02-28 11:16:02,906 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-02-28 11:16:02,907 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-02-28 11:16:02,907 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-02-28 11:16:02,908 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-02-28 11:16:02,908 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-02-28 11:16:02,908 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-02-28 11:16:02,908 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-02-28 11:16:02,909 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-02-28 11:16:02,915 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-02-28 11:16:02,915 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-02-28 11:16:02,915 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-02-28 11:16:02,916 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-02-28 11:16:02,916 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-02-28 11:16:02,917 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-02-28 11:16:02,917 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-02-28 11:16:02,917 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-02-28 11:16:02,917 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-02-28 11:16:02,918 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-02-28 11:16:02,918 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-02-28 11:16:02,918 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-02-28 11:16:02,919 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-02-28 11:16:02,919 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-02-28 11:16:02,919 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-02-28 11:16:02,921 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-02-28 11:16:02,923 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-02-28 11:16:02,923 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-02-28 11:16:02,923 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-02-28 11:16:02,924 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-02-28 11:16:02,924 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-02-28 11:16:02,924 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-02-28 11:16:02,924 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-02-28 11:16:02,924 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-02-28 11:16:02,925 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-02-28 11:16:02,925 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-02-28 11:16:02,925 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-02-28 11:16:02,926 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-02-28 11:16:02,926 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-02-28 11:16:03,017 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:03,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7d4a95d4: startup date [Wed Feb 28 11:16:01 CET 2018]; root of context hierarchy 2018-02-28 11:16:03,332 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7d4a95d4: startup date [Wed Feb 28 11:16:01 CET 2018]; root of context hierarchy 2018-02-28 11:16:03,445 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:03,445 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:03,452 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-02-28 11:16:03,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:03,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-02-28 11:16:03,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-02-28 11:16:03,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-02-28 11:16:03,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-02-28 11:16:03,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-02-28 11:16:03,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-02-28 11:16:03,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-02-28 11:16:03,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-02-28 11:16:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-02-28 11:16:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-02-28 11:16:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-02-28 11:16:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-02-28 11:16:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-02-28 11:16:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-02-28 11:16:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-02-28 11:16:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-02-28 11:16:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-02-28 11:16:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-02-28 11:16:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-02-28 11:16:03,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-02-28 11:16:03,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-02-28 11:16:03,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-02-28 11:16:03,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-02-28 11:16:03,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-02-28 11:16:03,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-02-28 11:16:03,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-02-28 11:16:03,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-02-28 11:16:03,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-02-28 11:16:03,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-02-28 11:16:03,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-02-28 11:16:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-02-28 11:16:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-02-28 11:16:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-02-28 11:16:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-02-28 11:16:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-02-28 11:16:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-02-28 11:16:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-02-28 11:16:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-02-28 11:16:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-02-28 11:16:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-02-28 11:16:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-02-28 11:16:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-02-28 11:16:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-02-28 11:16:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-02-28 11:16:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-02-28 11:16:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-02-28 11:16:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-02-28 11:16:03,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-02-28 11:16:03,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2018-02-28 11:16:03,644 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:03,644 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:03,645 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:16:03,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2018-02-28 11:16:03,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-02-28 11:16:03,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2018-02-28 11:16:03,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-02-28 11:16:03,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-02-28 11:16:03,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-02-28 11:16:03,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2018-02-28 11:16:03,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2018-02-28 11:16:03,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2018-02-28 11:16:03,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-02-28 11:16:03,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-02-28 11:16:03,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2018-02-28 11:16:03,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2018-02-28 11:16:03,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2018-02-28 11:16:03,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2018-02-28 11:16:03,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2018-02-28 11:16:03,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2018-02-28 11:16:03,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-02-28 11:16:03,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2018-02-28 11:16:03,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2018-02-28 11:16:03,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2018-02-28 11:16:03,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2018-02-28 11:16:03,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2018-02-28 11:16:03,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2018-02-28 11:16:03,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2018-02-28 11:16:03,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2018-02-28 11:16:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2018-02-28 11:16:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-02-28 11:16:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2018-02-28 11:16:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-02-28 11:16:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2018-02-28 11:16:03,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-02-28 11:16:03,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-02-28 11:16:03,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-02-28 11:16:03,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2018-02-28 11:16:03,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2018-02-28 11:16:03,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2018-02-28 11:16:03,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2018-02-28 11:16:03,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2018-02-28 11:16:03,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2018-02-28 11:16:03,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2018-02-28 11:16:03,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2018-02-28 11:16:03,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2018-02-28 11:16:03,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2018-02-28 11:16:03,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-02-28 11:16:03,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-02-28 11:16:03,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2018-02-28 11:16:03,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2018-02-28 11:16:03,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2018-02-28 11:16:03,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2018-02-28 11:16:03,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-02-28 11:16:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2018-02-28 11:16:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2018-02-28 11:16:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2018-02-28 11:16:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2018-02-28 11:16:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-02-28 11:16:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-02-28 11:16:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2018-02-28 11:16:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-02-28 11:16:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2018-02-28 11:16:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2018-02-28 11:16:03,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2018-02-28 11:16:03,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2018-02-28 11:16:03,733 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2018-02-28 11:16:03,751 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-02-28 11:16:03,752 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2018-02-28 11:16:03,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-02-28 11:16:03,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2018-02-28 11:16:03,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2018-02-28 11:16:03,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2018-02-28 11:16:03,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2018-02-28 11:16:03,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2018-02-28 11:16:03,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-02-28 11:16:03,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-02-28 11:16:03,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2018-02-28 11:16:03,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2018-02-28 11:16:03,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-02-28 11:16:03,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-02-28 11:16:03,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-02-28 11:16:03,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2018-02-28 11:16:03,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2018-02-28 11:16:03,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2018-02-28 11:16:03,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2018-02-28 11:16:03,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-02-28 11:16:03,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-02-28 11:16:03,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-02-28 11:16:03,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-02-28 11:16:03,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-02-28 11:16:03,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2018-02-28 11:16:03,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-02-28 11:16:03,765 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2018-02-28 11:16:03,765 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2018-02-28 11:16:03,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2018-02-28 11:16:03,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2018-02-28 11:16:03,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2018-02-28 11:16:03,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-02-28 11:16:03,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2018-02-28 11:16:03,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2018-02-28 11:16:03,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2018-02-28 11:16:03,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2018-02-28 11:16:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-02-28 11:16:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2018-02-28 11:16:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-02-28 11:16:03,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2018-02-28 11:16:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-02-28 11:16:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2018-02-28 11:16:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2018-02-28 11:16:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-02-28 11:16:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2018-02-28 11:16:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2018-02-28 11:16:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2018-02-28 11:16:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2018-02-28 11:16:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2018-02-28 11:16:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2018-02-28 11:16:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2018-02-28 11:16:03,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2018-02-28 11:16:03,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2018-02-28 11:16:03,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2018-02-28 11:16:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-02-28 11:16:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2018-02-28 11:16:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2018-02-28 11:16:03,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2018-02-28 11:16:03,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2018-02-28 11:16:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2018-02-28 11:16:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2018-02-28 11:16:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2018-02-28 11:16:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2018-02-28 11:16:03,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2018-02-28 11:16:03,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2018-02-28 11:16:03,796 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:03,796 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:03,798 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-02-28 11:16:03,825 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@7d4a95d4: startup date [Wed Feb 28 11:16:01 CET 2018]; root of context hierarchy 2018-02-28 11:16:03,827 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:03,827 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: 2.511 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2018-02-28 11:16:03,841 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-02-28 11:16:03,842 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6312c241, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d54bb1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5fbbe7aa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@29911ee3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ce4c15a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@704091b4] 2018-02-28 11:16:03,843 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:03,960 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7046bea1: startup date [Wed Feb 28 11:16:03 CET 2018]; root of context hierarchy 2018-02-28 11:16:04,037 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:04,079 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:04,079 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:04,149 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:04,158 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:04,342 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:04,350 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@7046bea1: startup date [Wed Feb 28 11:16:03 CET 2018]; root of context hierarchy 2018-02-28 11:16:04,352 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:04,358 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-02-28 11:16:04,359 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:04,363 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:04,365 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:04,378 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:04,385 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:04,388 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:04,391 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:04,394 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:04,396 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:04,399 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:04,402 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:04,404 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:04,407 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.047s). 2018-02-28 11:16:04,482 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:04,646 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:04,647 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:04,673 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:04,673 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:04,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:04,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:04,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:04,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:04,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:04,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:04,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:04,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:04,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:04,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:04,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:04,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:04,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:04,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:04,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:04,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:04,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:04,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:04,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:04,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:04,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:04,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:04,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:04,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:04,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:04,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:04,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:04,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:04,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:04,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:04,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:04,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:04,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:04,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:04,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:04,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:04,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:04,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:04,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:04,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:04,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:04,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:04,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:04,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:04,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:04,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:04,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:04,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:04,731 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:04,757 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-02-28 11:16:04,758 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-02-28 11:16:04,758 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-02-28 11:16:04,758 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-02-28 11:16:04,758 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-02-28 11:16:04,759 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-02-28 11:16:04,759 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-02-28 11:16:04,759 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-02-28 11:16:04,760 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-02-28 11:16:04,760 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-02-28 11:16:04,760 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-02-28 11:16:04,761 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-02-28 11:16:04,761 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-02-28 11:16:04,761 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-02-28 11:16:04,761 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-02-28 11:16:04,762 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-02-28 11:16:04,762 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-02-28 11:16:04,762 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-02-28 11:16:04,763 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-02-28 11:16:04,763 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-02-28 11:16:04,763 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-02-28 11:16:04,763 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-02-28 11:16:04,764 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-02-28 11:16:04,764 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-02-28 11:16:04,764 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-02-28 11:16:04,765 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-02-28 11:16:04,765 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-02-28 11:16:04,765 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-02-28 11:16:04,765 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-02-28 11:16:04,766 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-02-28 11:16:04,766 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-02-28 11:16:04,766 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-02-28 11:16:04,767 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-02-28 11:16:04,767 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-02-28 11:16:04,767 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-02-28 11:16:04,768 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-02-28 11:16:04,768 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-02-28 11:16:04,768 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-02-28 11:16:04,769 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-02-28 11:16:04,769 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-02-28 11:16:04,769 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-02-28 11:16:04,770 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-02-28 11:16:04,770 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-02-28 11:16:04,770 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-02-28 11:16:04,771 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-02-28 11:16:04,771 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-02-28 11:16:04,771 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-02-28 11:16:04,771 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-02-28 11:16:04,772 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-02-28 11:16:04,772 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-02-28 11:16:04,772 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-02-28 11:16:04,773 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-02-28 11:16:04,773 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-02-28 11:16:04,773 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-02-28 11:16:04,774 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-02-28 11:16:04,774 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-02-28 11:16:04,774 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-02-28 11:16:04,774 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-02-28 11:16:04,775 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-02-28 11:16:04,775 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-02-28 11:16:04,776 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-02-28 11:16:04,776 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-02-28 11:16:04,776 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-02-28 11:16:04,776 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-02-28 11:16:04,777 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-02-28 11:16:04,777 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-02-28 11:16:04,777 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-02-28 11:16:04,778 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-02-28 11:16:04,778 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-02-28 11:16:04,778 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-02-28 11:16:04,779 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-02-28 11:16:04,779 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-02-28 11:16:04,779 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-02-28 11:16:04,780 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-02-28 11:16:04,780 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-02-28 11:16:04,780 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-02-28 11:16:04,781 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-02-28 11:16:04,781 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-02-28 11:16:04,781 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-02-28 11:16:04,782 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-02-28 11:16:04,782 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-02-28 11:16:04,782 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-02-28 11:16:04,782 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-02-28 11:16:04,825 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:04,977 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7046bea1: startup date [Wed Feb 28 11:16:03 CET 2018]; root of context hierarchy 2018-02-28 11:16:05,004 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7046bea1: startup date [Wed Feb 28 11:16:03 CET 2018]; root of context hierarchy 2018-02-28 11:16:05,085 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:05,085 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:05,093 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2018-02-28 11:16:05,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:05,120 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:16:05,158 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-02-28 11:16:05,167 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:16:05,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:16:05,172 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:16:05,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:16:05,174 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:16:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:16:05,175 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:16:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:16:05,175 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:16:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:16:05,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:16:05,183 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:16:05,184 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:16:05,185 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:05,185 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:16:05,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:16:05,187 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:16:05,188 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:16:05,188 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:16:05,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:16:05,189 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:16:05,189 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:16:05,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:05,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:05,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:05,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:16:05,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:16:05,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:16:05,200 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,200 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,200 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,200 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:05,201 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:16:05,212 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:16:05,213 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:16:05,214 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:05,215 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:16:05,216 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:16:05,218 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:16:05,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-02-28 11:16:05,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2018-02-28 11:16:05,291 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:05,291 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:05,292 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:16:05,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2018-02-28 11:16:05,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2018-02-28 11:16:05,316 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:05,316 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:05,317 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:16:05,332 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@7046bea1: startup date [Wed Feb 28 11:16:03 CET 2018]; root of context hierarchy 2018-02-28 11:16:05,333 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:05,333 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.504 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest 2018-02-28 11:16:05,341 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-02-28 11:16:05,341 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@671d7871, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3399d3b0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4caf1d14, org.springframework.test.context.support.DirtiesContextTestExecutionListener@21ebf946, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2d39c3fa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@504081be] 2018-02-28 11:16:05,341 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:05,427 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6433611f: startup date [Wed Feb 28 11:16:05 CET 2018]; root of context hierarchy 2018-02-28 11:16:05,491 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:05,513 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:05,513 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:05,571 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:05,576 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:05,739 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:05,747 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@6433611f: startup date [Wed Feb 28 11:16:05 CET 2018]; root of context hierarchy 2018-02-28 11:16:05,749 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:05,760 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.005s) 2018-02-28 11:16:05,762 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:05,768 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:05,770 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:05,821 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:05,830 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:05,838 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:05,841 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:05,846 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:05,850 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:05,855 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:05,859 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:05,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:05,867 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.105s). 2018-02-28 11:16:05,957 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:06,168 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:06,168 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:06,196 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:06,196 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:06,233 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:06,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:06,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:06,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:06,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:06,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:06,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:06,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:06,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:06,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:06,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:06,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:06,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:06,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:06,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:06,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:06,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:06,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:06,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:06,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:06,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:06,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:06,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:06,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:06,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:06,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:06,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:06,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:06,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:06,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:06,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:06,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:06,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:06,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:06,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:06,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:06,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:06,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:06,261 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:06,288 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-02-28 11:16:06,288 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-02-28 11:16:06,288 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-02-28 11:16:06,289 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-02-28 11:16:06,289 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-02-28 11:16:06,289 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-02-28 11:16:06,289 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-02-28 11:16:06,289 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-02-28 11:16:06,290 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-02-28 11:16:06,290 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-02-28 11:16:06,290 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-02-28 11:16:06,291 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-02-28 11:16:06,291 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-02-28 11:16:06,291 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-02-28 11:16:06,291 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-02-28 11:16:06,291 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-02-28 11:16:06,291 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-02-28 11:16:06,292 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-02-28 11:16:06,292 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-02-28 11:16:06,292 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-02-28 11:16:06,293 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-02-28 11:16:06,293 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-02-28 11:16:06,293 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-02-28 11:16:06,293 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-02-28 11:16:06,294 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-02-28 11:16:06,294 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-02-28 11:16:06,294 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-02-28 11:16:06,294 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-02-28 11:16:06,295 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-02-28 11:16:06,295 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-02-28 11:16:06,295 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-02-28 11:16:06,295 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-02-28 11:16:06,295 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-02-28 11:16:06,296 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-02-28 11:16:06,296 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-02-28 11:16:06,296 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-02-28 11:16:06,296 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-02-28 11:16:06,297 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-02-28 11:16:06,297 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-02-28 11:16:06,297 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-02-28 11:16:06,298 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-02-28 11:16:06,298 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-02-28 11:16:06,298 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-02-28 11:16:06,298 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-02-28 11:16:06,298 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-02-28 11:16:06,299 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-02-28 11:16:06,299 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-02-28 11:16:06,299 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-02-28 11:16:06,299 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-02-28 11:16:06,300 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-02-28 11:16:06,300 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-02-28 11:16:06,300 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-02-28 11:16:06,300 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-02-28 11:16:06,301 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-02-28 11:16:06,301 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-02-28 11:16:06,301 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-02-28 11:16:06,301 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-02-28 11:16:06,301 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-02-28 11:16:06,302 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-02-28 11:16:06,302 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-02-28 11:16:06,303 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-02-28 11:16:06,303 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-02-28 11:16:06,303 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-02-28 11:16:06,303 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-02-28 11:16:06,304 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-02-28 11:16:06,304 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-02-28 11:16:06,304 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-02-28 11:16:06,304 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-02-28 11:16:06,304 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-02-28 11:16:06,305 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-02-28 11:16:06,305 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-02-28 11:16:06,305 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-02-28 11:16:06,306 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-02-28 11:16:06,306 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-02-28 11:16:06,306 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-02-28 11:16:06,306 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-02-28 11:16:06,306 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-02-28 11:16:06,307 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-02-28 11:16:06,307 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-02-28 11:16:06,307 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-02-28 11:16:06,308 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-02-28 11:16:06,308 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-02-28 11:16:06,308 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-02-28 11:16:06,346 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:06,486 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6433611f: startup date [Wed Feb 28 11:16:05 CET 2018]; root of context hierarchy 2018-02-28 11:16:06,552 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6433611f: startup date [Wed Feb 28 11:16:05 CET 2018]; root of context hierarchy 2018-02-28 11:16:06,683 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:06,683 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:06,694 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 11 ms 2018-02-28 11:16:06,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:06,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-02-28 11:16:06,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-02-28 11:16:06,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-02-28 11:16:06,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-02-28 11:16:06,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-02-28 11:16:06,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-02-28 11:16:06,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-02-28 11:16:06,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-02-28 11:16:06,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-02-28 11:16:06,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-02-28 11:16:06,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-02-28 11:16:06,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-02-28 11:16:06,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-02-28 11:16:06,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-02-28 11:16:06,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-02-28 11:16:06,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-02-28 11:16:06,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-02-28 11:16:06,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-02-28 11:16:06,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-02-28 11:16:06,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-02-28 11:16:06,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-02-28 11:16:06,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-02-28 11:16:06,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-02-28 11:16:06,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-02-28 11:16:06,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-02-28 11:16:06,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-02-28 11:16:06,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-02-28 11:16:06,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-02-28 11:16:06,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-02-28 11:16:06,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-02-28 11:16:06,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-02-28 11:16:06,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-02-28 11:16:06,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-02-28 11:16:06,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-02-28 11:16:06,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-02-28 11:16:06,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-02-28 11:16:06,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-02-28 11:16:06,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-02-28 11:16:06,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-02-28 11:16:06,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-02-28 11:16:06,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-02-28 11:16:06,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-02-28 11:16:06,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-02-28 11:16:06,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-02-28 11:16:06,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-02-28 11:16:06,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-02-28 11:16:06,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-02-28 11:16:06,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-02-28 11:16:06,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-02-28 11:16:06,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-02-28 11:16:06,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-02-28 11:16:06,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-02-28 11:16:06,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-02-28 11:16:06,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-02-28 11:16:06,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-02-28 11:16:06,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-02-28 11:16:06,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-02-28 11:16:06,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-02-28 11:16:06,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-02-28 11:16:06,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-02-28 11:16:06,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-02-28 11:16:06,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-02-28 11:16:06,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-02-28 11:16:06,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-02-28 11:16:06,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-02-28 11:16:06,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-02-28 11:16:07,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-02-28 11:16:07,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2018-02-28 11:16:07,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2018-02-28 11:16:07,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2018-02-28 11:16:07,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2018-02-28 11:16:07,229 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6433611f: startup date [Wed Feb 28 11:16:05 CET 2018]; root of context hierarchy 2018-02-28 11:16:07,231 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:07,232 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.897 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2018-02-28 11:16:07,241 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-02-28 11:16:07,241 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@10ab4afe, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@24e2435f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@262ba2aa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56104e84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c260202, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ae85262] 2018-02-28 11:16:07,242 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:07,387 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@512d8b67: startup date [Wed Feb 28 11:16:07 CET 2018]; root of context hierarchy 2018-02-28 11:16:07,515 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:07,543 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:07,543 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:07,631 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:07,638 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:07,920 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:07,956 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@512d8b67: startup date [Wed Feb 28 11:16:07 CET 2018]; root of context hierarchy 2018-02-28 11:16:07,959 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:07,975 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.012s) 2018-02-28 11:16:07,978 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:07,989 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:08,005 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:08,059 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:08,078 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:08,084 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:08,090 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:08,095 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:08,100 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:08,105 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:08,110 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:08,115 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:08,119 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.142s). 2018-02-28 11:16:08,283 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:08,533 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:08,534 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:08,573 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:08,573 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:08,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:08,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:08,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:08,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:08,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:08,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:08,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:08,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:08,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:08,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:08,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:08,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:08,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:08,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:08,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:08,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:08,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:08,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:08,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:08,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:08,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:08,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:08,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:08,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:08,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:08,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:08,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:08,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:08,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:08,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:08,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:08,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:08,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:08,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:08,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:08,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:08,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:08,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:08,649 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:08,688 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-02-28 11:16:08,688 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-02-28 11:16:08,689 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-02-28 11:16:08,689 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-02-28 11:16:08,689 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-02-28 11:16:08,690 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-02-28 11:16:08,690 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-02-28 11:16:08,691 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-02-28 11:16:08,691 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-02-28 11:16:08,692 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-02-28 11:16:08,692 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-02-28 11:16:08,692 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-02-28 11:16:08,693 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-02-28 11:16:08,693 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-02-28 11:16:08,693 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-02-28 11:16:08,693 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-02-28 11:16:08,694 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-02-28 11:16:08,694 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-02-28 11:16:08,695 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-02-28 11:16:08,695 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-02-28 11:16:08,695 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-02-28 11:16:08,696 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-02-28 11:16:08,696 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-02-28 11:16:08,696 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-02-28 11:16:08,697 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-02-28 11:16:08,697 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-02-28 11:16:08,698 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-02-28 11:16:08,698 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-02-28 11:16:08,698 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-02-28 11:16:08,699 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-02-28 11:16:08,699 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-02-28 11:16:08,700 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-02-28 11:16:08,700 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-02-28 11:16:08,701 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-02-28 11:16:08,701 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-02-28 11:16:08,701 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-02-28 11:16:08,702 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-02-28 11:16:08,702 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-02-28 11:16:08,703 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-02-28 11:16:08,703 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-02-28 11:16:08,703 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-02-28 11:16:08,704 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-02-28 11:16:08,704 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-02-28 11:16:08,704 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-02-28 11:16:08,705 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-02-28 11:16:08,705 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-02-28 11:16:08,705 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-02-28 11:16:08,706 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-02-28 11:16:08,706 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-02-28 11:16:08,707 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-02-28 11:16:08,707 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-02-28 11:16:08,707 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-02-28 11:16:08,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-02-28 11:16:08,708 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-02-28 11:16:08,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-02-28 11:16:08,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-02-28 11:16:08,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-02-28 11:16:08,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-02-28 11:16:08,710 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-02-28 11:16:08,711 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-02-28 11:16:08,711 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-02-28 11:16:08,711 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-02-28 11:16:08,712 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-02-28 11:16:08,712 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-02-28 11:16:08,713 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-02-28 11:16:08,713 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-02-28 11:16:08,713 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-02-28 11:16:08,714 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-02-28 11:16:08,714 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-02-28 11:16:08,714 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-02-28 11:16:08,715 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-02-28 11:16:08,715 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-02-28 11:16:08,716 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-02-28 11:16:08,716 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-02-28 11:16:08,716 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-02-28 11:16:08,717 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-02-28 11:16:08,717 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-02-28 11:16:08,717 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-02-28 11:16:08,718 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-02-28 11:16:08,719 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-02-28 11:16:08,719 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-02-28 11:16:08,719 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-02-28 11:16:08,719 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-02-28 11:16:08,768 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:09,061 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@512d8b67: startup date [Wed Feb 28 11:16:07 CET 2018]; root of context hierarchy 2018-02-28 11:16:09,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@512d8b67: startup date [Wed Feb 28 11:16:07 CET 2018]; root of context hierarchy 2018-02-28 11:16:09,453 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:09,453 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:09,471 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 18 ms 2018-02-28 11:16:09,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:09,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:16:09,583 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-02-28 11:16:09,590 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:16:09,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:16:09,594 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:16:09,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:16:09,597 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:16:09,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:16:09,597 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:16:09,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:16:09,598 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:16:09,598 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:16:09,600 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:16:09,605 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:16:09,606 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:16:09,606 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:09,606 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:16:09,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:16:09,608 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:16:09,608 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:16:09,608 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:16:09,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:16:09,610 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:16:09,610 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:16:09,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:09,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:09,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:09,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:16:09,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:16:09,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:16:09,619 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,619 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,620 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,621 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:09,622 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:16:09,632 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:16:09,632 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:16:09,633 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:09,635 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:16:09,635 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:16:09,636 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:16:09,679 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2018-02-28 11:16:09,684 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2018-02-28 11:16:09,684 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-02-28 11:16:09,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2018-02-28 11:16:09,688 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-02-28 11:16:09,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-02-28 11:16:09,689 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-02-28 11:16:09,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2018-02-28 11:16:09,689 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-02-28 11:16:09,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-02-28 11:16:09,690 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-02-28 11:16:09,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2018-02-28 11:16:09,691 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-02-28 11:16:09,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2018-02-28 11:16:09,692 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-02-28 11:16:09,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2018-02-28 11:16:09,695 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-02-28 11:16:09,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2018-02-28 11:16:09,697 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-02-28 11:16:09,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2018-02-28 11:16:09,698 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-02-28 11:16:09,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2018-02-28 11:16:09,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2018-02-28 11:16:09,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-02-28 11:16:09,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-02-28 11:16:09,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-02-28 11:16:09,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-02-28 11:16:09,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-02-28 11:16:09,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2018-02-28 11:16:09,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-02-28 11:16:09,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-02-28 11:16:09,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2018-02-28 11:16:09,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2018-02-28 11:16:09,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2018-02-28 11:16:09,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2018-02-28 11:16:09,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2018-02-28 11:16:09,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2018-02-28 11:16:09,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2018-02-28 11:16:09,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2018-02-28 11:16:09,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-02-28 11:16:09,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:09,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:09,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:09,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-02-28 11:16:09,749 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@512d8b67: startup date [Wed Feb 28 11:16:07 CET 2018]; root of context hierarchy 2018-02-28 11:16:09,750 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:09,750 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.518 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2018-02-28 11:16:09,758 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-02-28 11:16:09,758 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f62b8a3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e8df7ca, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2dda15cb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5a704d15, org.springframework.test.context.transaction.TransactionalTestExecutionListener@60ed5158, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@318fd928] 2018-02-28 11:16:09,759 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:09,840 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4c06f69f: startup date [Wed Feb 28 11:16:09 CET 2018]; root of context hierarchy 2018-02-28 11:16:09,905 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:09,926 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:09,926 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:09,979 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:09,983 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:10,114 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:10,123 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@4c06f69f: startup date [Wed Feb 28 11:16:09 CET 2018]; root of context hierarchy 2018-02-28 11:16:10,125 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:10,133 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.005s) 2018-02-28 11:16:10,134 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:10,137 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:10,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:10,152 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:10,159 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:10,162 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:10,164 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:10,167 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:10,170 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:10,173 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:10,176 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:10,178 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:10,181 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.047s). 2018-02-28 11:16:10,248 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:10,415 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:10,415 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:10,440 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:10,441 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:10,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:10,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:10,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:10,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:10,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:10,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:10,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:10,492 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:10,518 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-02-28 11:16:10,518 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-02-28 11:16:10,519 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-02-28 11:16:10,519 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-02-28 11:16:10,519 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-02-28 11:16:10,519 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-02-28 11:16:10,519 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-02-28 11:16:10,520 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-02-28 11:16:10,520 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-02-28 11:16:10,520 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-02-28 11:16:10,520 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-02-28 11:16:10,521 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-02-28 11:16:10,521 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-02-28 11:16:10,521 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-02-28 11:16:10,521 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-02-28 11:16:10,521 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-02-28 11:16:10,521 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-02-28 11:16:10,522 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-02-28 11:16:10,522 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-02-28 11:16:10,522 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-02-28 11:16:10,522 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-02-28 11:16:10,522 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-02-28 11:16:10,523 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-02-28 11:16:10,523 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-02-28 11:16:10,523 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-02-28 11:16:10,524 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-02-28 11:16:10,524 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-02-28 11:16:10,524 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-02-28 11:16:10,524 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-02-28 11:16:10,524 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-02-28 11:16:10,524 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-02-28 11:16:10,525 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-02-28 11:16:10,525 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-02-28 11:16:10,525 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-02-28 11:16:10,525 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-02-28 11:16:10,525 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-02-28 11:16:10,526 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-02-28 11:16:10,526 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-02-28 11:16:10,527 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-02-28 11:16:10,527 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-02-28 11:16:10,527 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-02-28 11:16:10,527 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-02-28 11:16:10,527 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-02-28 11:16:10,527 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-02-28 11:16:10,527 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-02-28 11:16:10,528 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-02-28 11:16:10,528 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-02-28 11:16:10,528 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-02-28 11:16:10,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-02-28 11:16:10,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-02-28 11:16:10,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-02-28 11:16:10,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-02-28 11:16:10,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-02-28 11:16:10,529 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-02-28 11:16:10,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-02-28 11:16:10,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-02-28 11:16:10,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-02-28 11:16:10,530 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-02-28 11:16:10,530 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-02-28 11:16:10,531 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-02-28 11:16:10,531 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-02-28 11:16:10,531 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-02-28 11:16:10,531 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-02-28 11:16:10,532 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-02-28 11:16:10,532 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-02-28 11:16:10,532 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-02-28 11:16:10,532 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-02-28 11:16:10,532 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-02-28 11:16:10,533 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-02-28 11:16:10,533 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-02-28 11:16:10,533 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-02-28 11:16:10,533 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-02-28 11:16:10,534 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-02-28 11:16:10,534 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-02-28 11:16:10,534 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-02-28 11:16:10,534 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-02-28 11:16:10,534 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-02-28 11:16:10,535 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-02-28 11:16:10,535 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-02-28 11:16:10,535 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-02-28 11:16:10,535 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-02-28 11:16:10,535 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-02-28 11:16:10,536 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-02-28 11:16:10,574 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:10,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c06f69f: startup date [Wed Feb 28 11:16:09 CET 2018]; root of context hierarchy 2018-02-28 11:16:10,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c06f69f: startup date [Wed Feb 28 11:16:09 CET 2018]; root of context hierarchy 2018-02-28 11:16:10,810 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:10,810 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:10,816 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-02-28 11:16:10,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:10,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-02-28 11:16:10,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2018-02-28 11:16:10,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-02-28 11:16:10,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-02-28 11:16:10,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-02-28 11:16:10,908 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:10,908 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:10,909 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:16:10,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2018-02-28 11:16:10,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2018-02-28 11:16:10,926 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:10,926 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:10,928 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-02-28 11:16:10,940 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4c06f69f: startup date [Wed Feb 28 11:16:09 CET 2018]; root of context hierarchy 2018-02-28 11:16:10,942 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:10,942 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2018-02-28 11:16:10,949 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-02-28 11:16:10,949 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21ba22e8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d80091d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ccec9b8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@78964a74, org.springframework.test.context.transaction.TransactionalTestExecutionListener@84b9aec, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@656ea219] 2018-02-28 11:16:10,950 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-02-28 11:16:11,029 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3f372405: startup date [Wed Feb 28 11:16:11 CET 2018]; root of context hierarchy 2018-02-28 11:16:11,094 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-02-28 11:16:11,114 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:11,114 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-02-28 11:16:11,168 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-02-28 11:16:11,172 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-02-28 11:16:11,326 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:11,332 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@3f372405: startup date [Wed Feb 28 11:16:11 CET 2018]; root of context hierarchy 2018-02-28 11:16:11,334 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:11,340 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-02-28 11:16:11,341 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-02-28 11:16:11,344 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-02-28 11:16:11,347 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-02-28 11:16:11,359 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-02-28 11:16:11,365 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-02-28 11:16:11,368 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-02-28 11:16:11,371 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-02-28 11:16:11,376 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-02-28 11:16:11,387 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-02-28 11:16:11,390 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-02-28 11:16:11,393 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-02-28 11:16:11,395 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-02-28 11:16:11,398 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.056s). 2018-02-28 11:16:11,467 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-02-28 11:16:11,698 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:11,699 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:11,727 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-02-28 11:16:11,727 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-02-28 11:16:11,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-02-28 11:16:11,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-02-28 11:16:11,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-02-28 11:16:11,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-02-28 11:16:11,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-02-28 11:16:11,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-02-28 11:16:11,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-02-28 11:16:11,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-02-28 11:16:11,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-02-28 11:16:11,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-02-28 11:16:11,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-02-28 11:16:11,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-02-28 11:16:11,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-02-28 11:16:11,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-02-28 11:16:11,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-02-28 11:16:11,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-02-28 11:16:11,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-02-28 11:16:11,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-02-28 11:16:11,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-02-28 11:16:11,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-02-28 11:16:11,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-02-28 11:16:11,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-02-28 11:16:11,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-02-28 11:16:11,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-02-28 11:16:11,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-02-28 11:16:11,789 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-02-28 11:16:11,818 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-02-28 11:16:11,818 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-02-28 11:16:11,819 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-02-28 11:16:11,819 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-02-28 11:16:11,819 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-02-28 11:16:11,819 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-02-28 11:16:11,819 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-02-28 11:16:11,819 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-02-28 11:16:11,820 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-02-28 11:16:11,820 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-02-28 11:16:11,820 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-02-28 11:16:11,820 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-02-28 11:16:11,821 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-02-28 11:16:11,821 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-02-28 11:16:11,821 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-02-28 11:16:11,821 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-02-28 11:16:11,821 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-02-28 11:16:11,822 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-02-28 11:16:11,822 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-02-28 11:16:11,822 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-02-28 11:16:11,822 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-02-28 11:16:11,822 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-02-28 11:16:11,823 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-02-28 11:16:11,823 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-02-28 11:16:11,823 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-02-28 11:16:11,823 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-02-28 11:16:11,824 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-02-28 11:16:11,824 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-02-28 11:16:11,824 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-02-28 11:16:11,824 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-02-28 11:16:11,824 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-02-28 11:16:11,824 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-02-28 11:16:11,825 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-02-28 11:16:11,825 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-02-28 11:16:11,825 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-02-28 11:16:11,825 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-02-28 11:16:11,826 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-02-28 11:16:11,826 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-02-28 11:16:11,826 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-02-28 11:16:11,826 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-02-28 11:16:11,827 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-02-28 11:16:11,827 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-02-28 11:16:11,827 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-02-28 11:16:11,827 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-02-28 11:16:11,827 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-02-28 11:16:11,827 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-02-28 11:16:11,828 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-02-28 11:16:11,828 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-02-28 11:16:11,828 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-02-28 11:16:11,828 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-02-28 11:16:11,829 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-02-28 11:16:11,829 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-02-28 11:16:11,829 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-02-28 11:16:11,829 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-02-28 11:16:11,829 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-02-28 11:16:11,830 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-02-28 11:16:11,830 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-02-28 11:16:11,830 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-02-28 11:16:11,830 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-02-28 11:16:11,831 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-02-28 11:16:11,831 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-02-28 11:16:11,831 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-02-28 11:16:11,831 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-02-28 11:16:11,831 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-02-28 11:16:11,832 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-02-28 11:16:11,832 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-02-28 11:16:11,832 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-02-28 11:16:11,832 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-02-28 11:16:11,832 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-02-28 11:16:11,833 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-02-28 11:16:11,833 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-02-28 11:16:11,833 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-02-28 11:16:11,833 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-02-28 11:16:11,834 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-02-28 11:16:11,834 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-02-28 11:16:11,834 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-02-28 11:16:11,834 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-02-28 11:16:11,834 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-02-28 11:16:11,835 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-02-28 11:16:11,835 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-02-28 11:16:11,835 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-02-28 11:16:11,835 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-02-28 11:16:11,835 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-02-28 11:16:11,875 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-02-28 11:16:12,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3f372405: startup date [Wed Feb 28 11:16:11 CET 2018]; root of context hierarchy 2018-02-28 11:16:12,054 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3f372405: startup date [Wed Feb 28 11:16:11 CET 2018]; root of context hierarchy 2018-02-28 11:16:12,133 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-02-28 11:16:12,133 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-02-28 11:16:12,140 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-02-28 11:16:12,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-02-28 11:16:12,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-02-28 11:16:12,199 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-02-28 11:16:12,207 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-02-28 11:16:12,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-02-28 11:16:12,212 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-02-28 11:16:12,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-02-28 11:16:12,215 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-02-28 11:16:12,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-02-28 11:16:12,215 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-02-28 11:16:12,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-02-28 11:16:12,216 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:16:12,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-02-28 11:16:12,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-02-28 11:16:12,224 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-02-28 11:16:12,225 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-02-28 11:16:12,226 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:12,226 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-02-28 11:16:12,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-02-28 11:16:12,227 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-02-28 11:16:12,228 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-02-28 11:16:12,228 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-02-28 11:16:12,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-02-28 11:16:12,230 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-02-28 11:16:12,230 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-02-28 11:16:12,233 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:12,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:12,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:12,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-02-28 11:16:12,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-02-28 11:16:12,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-02-28 11:16:12,240 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,240 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,242 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,242 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-02-28 11:16:12,242 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-02-28 11:16:12,253 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-02-28 11:16:12,254 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-02-28 11:16:12,255 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-02-28 11:16:12,257 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-02-28 11:16:12,258 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-02-28 11:16:12,259 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-02-28 11:16:12,337 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-02-28 11:16:12,339 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2018-02-28 11:16:12,353 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2018-02-28 11:16:12,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2018-02-28 11:16:12,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-02-28 11:16:12,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-02-28 11:16:12,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-02-28 11:16:12,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2018-02-28 11:16:12,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-02-28 11:16:12,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-02-28 11:16:12,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-02-28 11:16:12,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-02-28 11:16:12,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-02-28 11:16:12,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-02-28 11:16:12,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-02-28 11:16:12,395 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3f372405: startup date [Wed Feb 28 11:16:11 CET 2018]; root of context hierarchy 2018-02-28 11:16:12,397 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-02-28 11:16:12,397 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.455 s - in org.appng.appngizer.controller.PermissionControllerTest [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.17.0] [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.17.0] [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.17.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [73 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.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.controller... Loading source files for package org.appng.appngizer.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-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/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/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/controller/class-use/Home.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/AppNGizer.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/ApplicationController.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/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/SiteController.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/Jaxb2Marshaller.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/ControllerBase.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/SiteApplicationController.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/class-use/AppNGizerConfigurer.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/RoleController.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/Subject.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/Home.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/Permission.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/Application.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/Repository.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/Applications.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/Platform.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/Site.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/Properties.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/Links.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/Property.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/Packages.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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.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.17.0/appng-appngizer-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.17.0 [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.17.0.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/UploadMojo.html... 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/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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.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.17.0/appng-appngizer-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.17.0 [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.351 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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.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.17.0/appng-camunda-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.17.0 [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.17.0] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [4046 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.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.17.0/appng-application-camunda-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.17.0 [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.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] [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.23 s - in org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [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: 0.198 s - in org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [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.17.0.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0 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.17.0.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.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.17.0/appng-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.17.0 [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 1 resource [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-02-28 11:18:50,869 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefa:ab1f,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2018-02-28 11:18:50,870 INFO [main] org.appng.upngizr.controller.Updater: reading 90 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.17.0.war] 2018-02-28 11:18:50,889 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/90 MB (5%) 2018-02-28 11:18:50,908 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/90 MB (10%) 2018-02-28 11:18:50,913 INFO [main] org.appng.upngizr.controller.Updater: retrieved 13/90 MB (15%) 2018-02-28 11:18:50,945 INFO [main] org.appng.upngizr.controller.Updater: retrieved 18/90 MB (20%) 2018-02-28 11:18:50,950 INFO [main] org.appng.upngizr.controller.Updater: retrieved 22/90 MB (25%) 2018-02-28 11:18:50,954 INFO [main] org.appng.upngizr.controller.Updater: retrieved 27/90 MB (30%) 2018-02-28 11:18:50,958 INFO [main] org.appng.upngizr.controller.Updater: retrieved 31/90 MB (35%) 2018-02-28 11:18:51,021 INFO [main] org.appng.upngizr.controller.Updater: retrieved 36/90 MB (40%) 2018-02-28 11:18:51,025 INFO [main] org.appng.upngizr.controller.Updater: retrieved 40/90 MB (45%) 2018-02-28 11:18:51,029 INFO [main] org.appng.upngizr.controller.Updater: retrieved 45/90 MB (50%) 2018-02-28 11:18:51,034 INFO [main] org.appng.upngizr.controller.Updater: retrieved 49/90 MB (55%) 2018-02-28 11:18:51,038 INFO [main] org.appng.upngizr.controller.Updater: retrieved 54/90 MB (60%) 2018-02-28 11:18:51,043 INFO [main] org.appng.upngizr.controller.Updater: retrieved 58/90 MB (65%) 2018-02-28 11:18:51,047 INFO [main] org.appng.upngizr.controller.Updater: retrieved 63/90 MB (70%) 2018-02-28 11:18:51,177 INFO [main] org.appng.upngizr.controller.Updater: retrieved 67/90 MB (75%) 2018-02-28 11:18:51,181 INFO [main] org.appng.upngizr.controller.Updater: retrieved 72/90 MB (80%) 2018-02-28 11:18:51,186 INFO [main] org.appng.upngizr.controller.Updater: retrieved 76/90 MB (85%) 2018-02-28 11:18:51,190 INFO [main] org.appng.upngizr.controller.Updater: retrieved 81/90 MB (90%) 2018-02-28 11:18:51,195 INFO [main] org.appng.upngizr.controller.Updater: retrieved 85/90 MB (95%) 2018-02-28 11:18:51,199 INFO [main] org.appng.upngizr.controller.Updater: retrieved 90/90 MB (100%) 2018-02-28 11:18:51,200 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 90 MB took 0s (90MB/s) 2018-02-28 11:18:52,283 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2018-02-28 11:18:52,288 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-cli-1.17.0.jar 2018-02-28 11:18:52,293 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-envers-5.2.12.Final.jar 2018-02-28 11:18:52,295 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/aspectjrt-1.8.10.jar 2018-02-28 11:18:52,299 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-tx-4.3.12.RELEASE.jar 2018-02-28 11:18:52,300 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-exec-1.3.jar 2018-02-28 11:18:52,306 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sis-referencing-0.6.jar 2018-02-28 11:18:52,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/junrar-0.7.jar 2018-02-28 11:18:52,314 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/amqp-client-5.1.1.jar 2018-02-28 11:18:52,316 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xmlschema-core-2.2.1.jar 2018-02-28 11:18:52,317 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/ehcache-web-2.0.4.jar 2018-02-28 11:18:52,324 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sis-metadata-0.6.jar 2018-02-28 11:18:52,328 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jsoup-1.11.1.jar 2018-02-28 11:18:52,328 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/batik-ext-1.8.jar 2018-02-28 11:18:52,329 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/java-libpst-0.8.1.jar 2018-02-28 11:18:52,332 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-facet-6.6.2.jar 2018-02-28 11:18:52,381 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-core-6.6.2.jar 2018-02-28 11:18:52,383 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-taglib-1.17.0.jar 2018-02-28 11:18:52,385 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jmimemagic-0.1.5.jar 2018-02-28 11:18:52,392 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-lang3-3.6.jar 2018-02-28 11:18:52,394 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/objenesis-2.6.jar 2018-02-28 11:18:52,400 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-aop-4.3.12.RELEASE.jar 2018-02-28 11:18:52,403 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jboss-logging-3.3.0.Final.jar 2018-02-28 11:18:52,404 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jsr305-1.3.9.jar 2018-02-28 11:18:52,408 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bsh-core-2.0b4.jar 2018-02-28 11:18:52,409 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jcip-annotations-1.0.jar 2018-02-28 11:18:52,410 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/animal-sniffer-annotations-1.14.jar 2018-02-28 11:18:52,416 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/log4j-1.2.17.jar 2018-02-28 11:18:52,419 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-expression-4.3.12.RELEASE.jar 2018-02-28 11:18:52,420 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-entitymanager-5.2.12.Final.jar 2018-02-28 11:18:52,421 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jmatio-1.2.jar 2018-02-28 11:18:52,423 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/im4java-1.4.0.jar 2018-02-28 11:18:52,428 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-jdbc-4.3.12.RELEASE.jar 2018-02-28 11:18:52,441 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jackson-databind-2.9.2.jar 2018-02-28 11:18:52,441 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/error_prone_annotations-2.0.18.jar 2018-02-28 11:18:52,444 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-codec-1.11.jar 2018-02-28 11:18:52,445 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sis-netcdf-0.6.jar 2018-02-28 11:18:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jcommander-1.72.jar 2018-02-28 11:18:52,447 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar 2018-02-28 11:18:52,448 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-fileupload-1.3.3.jar 2018-02-28 11:18:52,475 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bcprov-jdk15on-1.54.jar 2018-02-28 11:18:52,477 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/udunits-4.5.5.jar 2018-02-28 11:18:52,482 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/joda-time-2.9.9.jar 2018-02-28 11:18:52,489 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/quartz-2.3.0.jar 2018-02-28 11:18:52,492 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-security-web-4.2.3.RELEASE.jar 2018-02-28 11:18:52,499 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-data-commons-1.13.8.RELEASE.jar 2018-02-28 11:18:52,503 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jackson-core-2.9.2.jar 2018-02-28 11:18:52,509 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sis-utility-0.6.jar 2018-02-28 11:18:52,511 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jsr-275-0.9.3.jar 2018-02-28 11:18:52,563 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/poi-ooxml-schemas-3.17.jar 2018-02-28 11:18:52,564 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar 2018-02-28 11:18:52,565 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/stax-api-1.0.1.jar 2018-02-28 11:18:52,569 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/woodstox-core-asl-4.4.1.jar 2018-02-28 11:18:52,569 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/web.xml 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2018-02-28 11:18:52,570 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2018-02-28 11:18:52,577 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/httpclient-4.5.3.jar 2018-02-28 11:18:52,583 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bcpkix-jdk15on-1.54.jar 2018-02-28 11:18:52,584 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/cxf-rt-rs-client-3.0.12.jar 2018-02-28 11:18:52,589 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-orm-4.3.12.RELEASE.jar 2018-02-28 11:18:52,615 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/poi-3.17.jar 2018-02-28 11:18:52,634 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/poi-ooxml-3.17.jar 2018-02-28 11:18:52,643 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-webmvc-4.3.12.RELEASE.jar 2018-02-28 11:18:52,644 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/tagsoup-1.2.1.jar 2018-02-28 11:18:52,645 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/validation-api-2.0.0.Final.jar 2018-02-28 11:18:52,672 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/grib-4.5.5.jar 2018-02-28 11:18:52,676 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/flyway-core-4.2.0.jar 2018-02-28 11:18:52,679 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/metadata-extractor-2.9.1.jar 2018-02-28 11:18:52,687 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/thymeleaf-3.0.8.RELEASE.jar 2018-02-28 11:18:52,688 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/netcdf4-4.5.5.jar 2018-02-28 11:18:52,689 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-pool2-2.4.2.jar 2018-02-28 11:18:52,696 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jna-4.1.0.jar 2018-02-28 11:18:52,696 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bridge-method-annotation-1.13.jar 2018-02-28 11:18:52,699 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xom-1.2.5.jar 2018-02-28 11:18:52,703 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-queryparser-6.6.2.jar 2018-02-28 11:18:52,708 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jedis-2.9.0.jar 2018-02-28 11:18:52,710 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/rome-1.5.1.jar 2018-02-28 11:18:52,711 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/vorbis-java-tika-0.8.jar 2018-02-28 11:18:52,713 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/batik-css-1.8.jar 2018-02-28 11:18:52,714 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jackcess-encrypt-2.1.2.jar 2018-02-28 11:18:52,726 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/fontbox-2.0.6.jar 2018-02-28 11:18:52,729 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-highlighter-6.6.2.jar 2018-02-28 11:18:52,729 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/maven-scm-provider-svn-commons-1.4.jar 2018-02-28 11:18:52,732 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jhighlight-1.0.2.jar 2018-02-28 11:18:52,732 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/slf4j-log4j12-1.7.25.jar 2018-02-28 11:18:52,733 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bzip2-0.9.1.jar 2018-02-28 11:18:52,734 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/maven-scm-provider-svnexe-1.4.jar 2018-02-28 11:18:52,743 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-validator-6.0.4.Final.jar 2018-02-28 11:18:52,748 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/c3p0-0.9.5.2.jar 2018-02-28 11:18:52,748 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/httpmime-4.2.6.jar 2018-02-28 11:18:52,749 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xml-apis-ext-1.3.04.jar 2018-02-28 11:18:52,772 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/guava-23.3-jre.jar 2018-02-28 11:18:52,782 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-core-4.3.12.RELEASE.jar 2018-02-28 11:18:52,783 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/javax.ws.rs-api-2.0.1.jar 2018-02-28 11:18:52,784 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/json-1.8.jar 2018-02-28 11:18:52,784 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/asm-5.0.4.jar 2018-02-28 11:18:52,786 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/nekohtml-1.9.16.jar 2018-02-28 11:18:52,789 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-vfs2-2.0.jar 2018-02-28 11:18:52,790 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sentiment-analysis-parser-0.1.jar 2018-02-28 11:18:52,791 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/querydsl-jpa-4.1.4.jar 2018-02-28 11:18:52,794 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-data-jpa-1.11.8.RELEASE.jar 2018-02-28 11:18:52,794 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/conf/platformContext.xml 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/classes/ESAPI.properties 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2018-02-28 11:18:52,795 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2018-02-28 11:18:52,801 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/tika-core-1.16.jar 2018-02-28 11:18:52,806 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-core-1.17.0.jar 2018-02-28 11:18:52,807 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-join-6.6.2.jar 2018-02-28 11:18:52,809 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-io-2.6.jar 2018-02-28 11:18:52,823 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hsqldb-2.4.0.jar 2018-02-28 11:18:52,826 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/httpcore-4.4.8.jar 2018-02-28 11:18:52,827 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/bcmail-jdk15on-1.54.jar 2018-02-28 11:18:52,828 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/pdfbox-tools-2.0.6.jar 2018-02-28 11:18:52,831 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-api-1.17.0.jar 2018-02-28 11:18:52,832 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jackson-annotations-2.9.2.jar 2018-02-28 11:18:52,833 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jdbc-perf-logger-driver-0.8.2.jar 2018-02-28 11:18:52,838 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/mail-1.4.5.jar 2018-02-28 11:18:52,861 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/pdfbox-2.0.6.jar 2018-02-28 11:18:52,873 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/freemarker-2.3.23.jar 2018-02-28 11:18:52,877 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/protobuf-java-2.5.0.jar 2018-02-28 11:18:52,879 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-xmlapi-1.17.0.jar 2018-02-28 11:18:52,881 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-text-1.1.jar 2018-02-28 11:18:52,882 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/antisamy-1.5.3.jar 2018-02-28 11:18:52,884 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jandex-2.0.3.Final.jar 2018-02-28 11:18:52,885 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/HikariCP-2.7.2.jar 2018-02-28 11:18:52,887 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-context-support-4.3.12.RELEASE.jar 2018-02-28 11:18:52,900 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/poi-scratchpad-3.17.jar 2018-02-28 11:18:52,904 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/antlr-2.7.7.jar 2018-02-28 11:18:52,907 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-configuration-1.10.jar 2018-02-28 11:18:52,907 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/j2objc-annotations-1.1.jar 2018-02-28 11:18:52,908 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/batik-util-1.8.jar 2018-02-28 11:18:52,913 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-compress-1.15.jar 2018-02-28 11:18:52,917 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-security-core-4.2.3.RELEASE.jar 2018-02-28 11:18:52,919 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/thymeleaf-spring4-3.0.8.RELEASE.jar 2018-02-28 11:18:52,919 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-data-envers-1.1.8.RELEASE.jar 2018-02-28 11:18:52,920 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-xml-2.4.0.RELEASE.jar 2018-02-28 11:18:52,923 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/cxf-rt-transports-http-3.0.12.jar 2018-02-28 11:18:52,924 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/slf4j-api-1.7.25.jar 2018-02-28 11:18:52,924 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/mysema-commons-lang-0.2.4.jar 2018-02-28 11:18:52,962 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/Saxon-HE-9.6.0-6.jar 2018-02-28 11:18:52,964 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-tools-1.17.0.jar 2018-02-28 11:18:52,967 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/esapi-2.1.0.1.jar 2018-02-28 11:18:52,979 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/cxf-core-3.0.12.jar 2018-02-28 11:18:52,981 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/unbescape-1.1.5.RELEASE.jar 2018-02-28 11:18:52,982 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/curvesapi-1.04.jar 2018-02-28 11:18:52,982 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jul-to-slf4j-1.7.24.jar 2018-02-28 11:18:52,984 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-sandbox-6.6.2.jar 2018-02-28 11:18:52,991 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-web-4.3.12.RELEASE.jar 2018-02-28 11:18:52,994 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/dom4j-1.6.1.jar 2018-02-28 11:18:52,999 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-ws-core-2.4.0.RELEASE.jar 2018-02-28 11:18:53,013 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-analyzers-common-6.6.2.jar 2018-02-28 11:18:53,014 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/classmate-1.3.1.jar 2018-02-28 11:18:53,015 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jcl-over-slf4j-1.7.25.jar 2018-02-28 11:18:53,015 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/aopalliance-1.0.jar 2018-02-28 11:18:53,017 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/attoparser-2.0.4.RELEASE.jar 2018-02-28 11:18:53,018 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.1.Final.jar 2018-02-28 11:18:53,077 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/hibernate-core-5.2.12.Final.jar 2018-02-28 11:18:53,078 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-mail-1.17.0.jar 2018-02-28 11:18:53,078 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/rome-utils-1.5.1.jar 2018-02-28 11:18:53,079 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/json-simple-1.1.1.jar 2018-02-28 11:18:53,082 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jdom2-2.0.4.jar 2018-02-28 11:18:53,085 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-queries-6.6.2.jar 2018-02-28 11:18:53,100 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/opennlp-tools-1.6.0.jar 2018-02-28 11:18:53,101 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-search-1.17.0.jar 2018-02-28 11:18:53,103 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/stax2-api-3.1.4.jar 2018-02-28 11:18:53,103 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-tomcat8-1.17.0.jar 2018-02-28 11:18:53,113 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-context-4.3.12.RELEASE.jar 2018-02-28 11:18:53,115 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/apache-mime4j-core-0.8.1.jar 2018-02-28 11:18:53,122 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/javassist-3.20.0-GA.jar 2018-02-28 11:18:53,123 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/boilerpipe-1.1.0.jar 2018-02-28 11:18:53,124 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/sis-storage-0.6.jar 2018-02-28 11:18:53,125 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/wsdl4j-1.6.3.jar 2018-02-28 11:18:53,126 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jempbox-1.8.13.jar 2018-02-28 11:18:53,127 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-formtags-1.17.0.jar 2018-02-28 11:18:53,127 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/regexp-1.3.jar 2018-02-28 11:18:53,132 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/cxf-rt-frontend-jaxrs-3.0.12.jar 2018-02-28 11:18:53,135 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/geoapi-3.0.0.jar 2018-02-28 11:18:53,137 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/pdfbox-debugger-2.0.6.jar 2018-02-28 11:18:53,141 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/querydsl-core-4.1.4.jar 2018-02-28 11:18:53,142 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xz-1.6.jar 2018-02-28 11:18:53,149 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-beans-4.3.12.RELEASE.jar 2018-02-28 11:18:53,150 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/spring-oxm-4.3.12.RELEASE.jar 2018-02-28 11:18:53,150 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-tomcat7-1.17.0.jar 2018-02-28 11:18:53,153 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/apache-mime4j-dom-0.8.1.jar 2018-02-28 11:18:53,155 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/urlrewritefilter-4.0.4.jar 2018-02-28 11:18:53,156 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/javax.annotation-api-1.2.jar 2018-02-28 11:18:53,162 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-collections4-4.1.jar 2018-02-28 11:18:53,175 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/ehcache-core-2.6.11.jar 2018-02-28 11:18:53,176 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-csv-1.0.jar 2018-02-28 11:18:53,178 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-lang-2.6.jar 2018-02-28 11:18:53,179 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/httpservices-4.5.5.jar 2018-02-28 11:18:53,179 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-forms-1.17.0.jar 2018-02-28 11:18:53,182 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/gson-2.8.1.jar 2018-02-28 11:18:53,184 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-httpclient-3.1.jar 2018-02-28 11:18:53,186 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xmpcore-5.1.2.jar 2018-02-28 11:18:53,187 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/maven-scm-api-1.4.jar 2018-02-28 11:18:53,192 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/mchange-commons-java-0.2.11.jar 2018-02-28 11:18:53,218 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/byte-buddy-1.6.14.jar 2018-02-28 11:18:53,242 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/xmlbeans-2.6.0.jar 2018-02-28 11:18:53,243 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/lucene-memory-6.6.2.jar 2018-02-28 11:18:53,248 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-collections-3.2.2.jar 2018-02-28 11:18:53,258 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/tika-parsers-1.16.jar 2018-02-28 11:18:53,266 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/jackcess-2.1.8.jar 2018-02-28 11:18:53,268 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/plexus-utils-1.5.6.jar 2018-02-28 11:18:53,270 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/vorbis-java-core-0.8.jar 2018-02-28 11:18:53,271 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/appng-persistence-1.17.0.jar 2018-02-28 11:18:53,273 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/juniversalchardet-1.0.3.jar 2018-02-28 11:18:53,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/commons-beanutils-core-1.8.3.jar 2018-02-28 11:18:53,313 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appNG/WEB-INF/lib/cdm-4.5.5.jar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 s - in org.appng.upngizr.controller.UpdaterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, 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.17.0] [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.17.0] [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.17.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [34 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.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/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/class-use/UpNGizrConfig.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.17.0-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.17.0 [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 Core Library 1.17.0 [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.17.0 [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.17.0 [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.17.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-upngizr --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.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.17.0/appng-upngizr-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-upngizr --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.7-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.17.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1035". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar Progress (1): 2.0/36 kB Progress (1): 4.1/36 kB Progress (1): 6.1/36 kB Progress (1): 8.2/36 kB Progress (1): 10/36 kB Progress (1): 12/36 kB Progress (1): 14/36 kB Progress (1): 16/36 kB Progress (1): 18/36 kB Progress (1): 20/36 kB Progress (1): 23/36 kB Progress (1): 25/36 kB Progress (1): 27/36 kB Progress (1): 29/36 kB Progress (1): 31/36 kB Progress (1): 33/36 kB Progress (1): 35/36 kB Progress (1): 36 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar (36 kB at 27 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 390 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar Progress (1): 2.0/6.3 kB Progress (1): 4.1/6.3 kB Progress (1): 6.1/6.3 kB Progress (1): 6.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar (6.3 kB at 10 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom (2.0 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/maven-metadata.xml (304 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar (31 kB at 45 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom Progress (1): 1.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom (1.7 kB at 2.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 411 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar.asc (473 B at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/maven-metadata.xml (303 B at 401 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar (35 kB at 53 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/maven-metadata.xml (310 B at 390 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/maven-metadata.xml (304 B at 395 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar.asc (473 B at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/maven-metadata.xml (305 B at 372 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/maven-metadata.xml (302 B at 308 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar Progress (1): 2.0/524 kB Progress (1): 4.1/524 kB Progress (1): 6.1/524 kB Progress (1): 8.2/524 kB Progress (1): 10/524 kB Progress (1): 12/524 kB Progress (1): 14/524 kB Progress (1): 16/524 kB Progress (1): 18/524 kB Progress (1): 20/524 kB Progress (1): 23/524 kB Progress (1): 25/524 kB Progress (1): 27/524 kB Progress (1): 29/524 kB Progress (1): 31/524 kB Progress (1): 33/524 kB Progress (1): 35/524 kB Progress (1): 37/524 kB Progress (1): 39/524 kB Progress (1): 41/524 kB Progress (1): 43/524 kB Progress (1): 45/524 kB Progress (1): 47/524 kB Progress (1): 49/524 kB Progress (1): 51/524 kB Progress (1): 53/524 kB Progress (1): 55/524 kB Progress (1): 57/524 kB Progress (1): 59/524 kB Progress (1): 61/524 kB Progress (1): 63/524 kB Progress (1): 66/524 kB Progress (1): 68/524 kB Progress (1): 70/524 kB Progress (1): 72/524 kB Progress (1): 74/524 kB Progress (1): 76/524 kB Progress (1): 78/524 kB Progress (1): 80/524 kB Progress (1): 82/524 kB Progress (1): 84/524 kB Progress (1): 86/524 kB Progress (1): 88/524 kB Progress (1): 90/524 kB Progress (1): 92/524 kB Progress (1): 94/524 kB Progress (1): 96/524 kB Progress (1): 98/524 kB Progress (1): 100/524 kB Progress (1): 102/524 kB Progress (1): 104/524 kB Progress (1): 106/524 kB Progress (1): 109/524 kB Progress (1): 111/524 kB Progress (1): 113/524 kB Progress (1): 115/524 kB Progress (1): 117/524 kB Progress (1): 119/524 kB Progress (1): 121/524 kB Progress (1): 123/524 kB Progress (1): 125/524 kB Progress (1): 127/524 kB Progress (1): 129/524 kB Progress (1): 131/524 kB Progress (1): 133/524 kB Progress (1): 135/524 kB Progress (1): 137/524 kB Progress (1): 139/524 kB Progress (1): 141/524 kB Progress (1): 143/524 kB Progress (1): 145/524 kB Progress (1): 147/524 kB Progress (1): 150/524 kB Progress (1): 152/524 kB Progress (1): 154/524 kB Progress (1): 156/524 kB Progress (1): 158/524 kB Progress (1): 160/524 kB Progress (1): 162/524 kB Progress (1): 164/524 kB Progress (1): 166/524 kB Progress (1): 168/524 kB Progress (1): 170/524 kB Progress (1): 172/524 kB Progress (1): 174/524 kB Progress (1): 176/524 kB Progress (1): 178/524 kB Progress (1): 180/524 kB Progress (1): 182/524 kB Progress (1): 184/524 kB Progress (1): 186/524 kB Progress (1): 188/524 kB Progress (1): 190/524 kB Progress (1): 193/524 kB Progress (1): 195/524 kB Progress (1): 197/524 kB Progress (1): 199/524 kB Progress (1): 201/524 kB Progress (1): 203/524 kB Progress (1): 205/524 kB Progress (1): 207/524 kB Progress (1): 209/524 kB Progress (1): 211/524 kB Progress (1): 213/524 kB Progress (1): 215/524 kB Progress (1): 217/524 kB Progress (1): 219/524 kB Progress (1): 221/524 kB Progress (1): 223/524 kB Progress (1): 225/524 kB Progress (1): 227/524 kB Progress (1): 229/524 kB Progress (1): 231/524 kB Progress (1): 233/524 kB Progress (1): 236/524 kB Progress (1): 238/524 kB Progress (1): 240/524 kB Progress (1): 242/524 kB Progress (1): 244/524 kB Progress (1): 246/524 kB Progress (1): 248/524 kB Progress (1): 250/524 kB Progress (1): 252/524 kB Progress (1): 254/524 kB Progress (1): 256/524 kB Progress (1): 258/524 kB Progress (1): 260/524 kB Progress (1): 262/524 kB Progress (1): 264/524 kB Progress (1): 266/524 kB Progress (1): 268/524 kB Progress (1): 270/524 kB Progress (1): 272/524 kB Progress (1): 274/524 kB Progress (1): 276/524 kB Progress (1): 279/524 kB Progress (1): 281/524 kB Progress (1): 283/524 kB Progress (1): 285/524 kB Progress (1): 287/524 kB Progress (1): 289/524 kB Progress (1): 291/524 kB Progress (1): 293/524 kB Progress (1): 295/524 kB Progress (1): 297/524 kB Progress (1): 299/524 kB Progress (1): 301/524 kB Progress (1): 303/524 kB Progress (1): 305/524 kB Progress (1): 307/524 kB Progress (1): 309/524 kB Progress (1): 311/524 kB Progress (1): 313/524 kB Progress (1): 315/524 kB Progress (1): 317/524 kB Progress (1): 319/524 kB Progress (1): 322/524 kB Progress (1): 324/524 kB Progress (1): 326/524 kB Progress (1): 328/524 kB Progress (1): 330/524 kB Progress (1): 332/524 kB Progress (1): 334/524 kB Progress (1): 336/524 kB Progress (1): 338/524 kB Progress (1): 340/524 kB Progress (1): 342/524 kB Progress (1): 344/524 kB Progress (1): 346/524 kB Progress (1): 348/524 kB Progress (1): 350/524 kB Progress (1): 352/524 kB Progress (1): 354/524 kB Progress (1): 356/524 kB Progress (1): 358/524 kB Progress (1): 360/524 kB Progress (1): 362/524 kB Progress (1): 365/524 kB Progress (1): 367/524 kB Progress (1): 369/524 kB Progress (1): 371/524 kB Progress (1): 373/524 kB Progress (1): 375/524 kB Progress (1): 377/524 kB Progress (1): 379/524 kB Progress (1): 381/524 kB Progress (1): 383/524 kB Progress (1): 385/524 kB Progress (1): 387/524 kB Progress (1): 389/524 kB Progress (1): 391/524 kB Progress (1): 393/524 kB Progress (1): 395/524 kB Progress (1): 397/524 kB Progress (1): 399/524 kB Progress (1): 401/524 kB Progress (1): 403/524 kB Progress (1): 406/524 kB Progress (1): 408/524 kB Progress (1): 410/524 kB Progress (1): 412/524 kB Progress (1): 414/524 kB Progress (1): 416/524 kB Progress (1): 418/524 kB Progress (1): 420/524 kB Progress (1): 422/524 kB Progress (1): 424/524 kB Progress (1): 426/524 kB Progress (1): 428/524 kB Progress (1): 430/524 kB Progress (1): 432/524 kB Progress (1): 434/524 kB Progress (1): 436/524 kB Progress (1): 438/524 kB Progress (1): 440/524 kB Progress (1): 442/524 kB Progress (1): 444/524 kB Progress (1): 446/524 kB Progress (1): 449/524 kB Progress (1): 451/524 kB Progress (1): 453/524 kB Progress (1): 455/524 kB Progress (1): 457/524 kB Progress (1): 459/524 kB Progress (1): 461/524 kB Progress (1): 463/524 kB Progress (1): 465/524 kB Progress (1): 467/524 kB Progress (1): 469/524 kB Progress (1): 471/524 kB Progress (1): 473/524 kB Progress (1): 475/524 kB Progress (1): 477/524 kB Progress (1): 479/524 kB Progress (1): 481/524 kB Progress (1): 483/524 kB Progress (1): 485/524 kB Progress (1): 487/524 kB Progress (1): 489/524 kB Progress (1): 492/524 kB Progress (1): 494/524 kB Progress (1): 496/524 kB Progress (1): 498/524 kB Progress (1): 500/524 kB Progress (1): 502/524 kB Progress (1): 504/524 kB Progress (1): 506/524 kB Progress (1): 508/524 kB Progress (1): 510/524 kB Progress (1): 512/524 kB Progress (1): 514/524 kB Progress (1): 516/524 kB Progress (1): 518/524 kB Progress (1): 520/524 kB Progress (1): 522/524 kB Progress (1): 524 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar (524 kB at 472 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom Progress (1): 2.0/9.6 kB Progress (1): 4.1/9.6 kB Progress (1): 6.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom (9.6 kB at 15 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/maven-metadata.xml (301 B at 328 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 374 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar (15 kB at 18 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 391 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/maven-metadata.xml (308 B at 361 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar Progress (1): 2.0/109 kB Progress (1): 4.1/109 kB Progress (1): 6.1/109 kB Progress (1): 8.2/109 kB Progress (1): 10/109 kB Progress (1): 12/109 kB Progress (1): 14/109 kB Progress (1): 16/109 kB Progress (1): 18/109 kB Progress (1): 20/109 kB Progress (1): 23/109 kB Progress (1): 25/109 kB Progress (1): 27/109 kB Progress (1): 29/109 kB Progress (1): 31/109 kB Progress (1): 33/109 kB Progress (1): 35/109 kB Progress (1): 37/109 kB Progress (1): 39/109 kB Progress (1): 41/109 kB Progress (1): 43/109 kB Progress (1): 45/109 kB Progress (1): 47/109 kB Progress (1): 49/109 kB Progress (1): 51/109 kB Progress (1): 53/109 kB Progress (1): 55/109 kB Progress (1): 57/109 kB Progress (1): 59/109 kB Progress (1): 61/109 kB Progress (1): 63/109 kB Progress (1): 66/109 kB Progress (1): 68/109 kB Progress (1): 70/109 kB Progress (1): 72/109 kB Progress (1): 74/109 kB Progress (1): 76/109 kB Progress (1): 78/109 kB Progress (1): 80/109 kB Progress (1): 82/109 kB Progress (1): 84/109 kB Progress (1): 86/109 kB Progress (1): 88/109 kB Progress (1): 90/109 kB Progress (1): 92/109 kB Progress (1): 94/109 kB Progress (1): 96/109 kB Progress (1): 98/109 kB Progress (1): 100/109 kB Progress (1): 102/109 kB Progress (1): 104/109 kB Progress (1): 106/109 kB Progress (1): 109/109 kB Progress (1): 109 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar (109 kB at 111 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar Progress (1): 2.0/37 kB Progress (1): 4.1/37 kB Progress (1): 6.1/37 kB Progress (1): 8.2/37 kB Progress (1): 10/37 kB Progress (1): 12/37 kB Progress (1): 14/37 kB Progress (1): 16/37 kB Progress (1): 18/37 kB Progress (1): 20/37 kB Progress (1): 23/37 kB Progress (1): 25/37 kB Progress (1): 27/37 kB Progress (1): 29/37 kB Progress (1): 31/37 kB Progress (1): 33/37 kB Progress (1): 35/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar (37 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/maven-metadata.xml (304 B at 383 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip (94 MB at 11 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/maven-metadata.xml (308 B at 369 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/maven-metadata.xml (302 B at 366 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar.asc (473 B at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/maven-metadata.xml (303 B at 380 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar (1.6 kB at 2.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom (533 B at 823 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 390 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar.asc (473 B at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/maven-metadata.xml (300 B at 372 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/maven-metadata.xml (300 B at 357 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.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 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom (41 kB at 54 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/maven-metadata.xml (312 B at 397 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar Progress (1): 2.0/160 kB Progress (1): 4.1/160 kB Progress (1): 6.1/160 kB Progress (1): 8.2/160 kB Progress (1): 10/160 kB Progress (1): 12/160 kB Progress (1): 14/160 kB Progress (1): 16/160 kB Progress (1): 18/160 kB Progress (1): 20/160 kB Progress (1): 23/160 kB Progress (1): 25/160 kB Progress (1): 27/160 kB Progress (1): 29/160 kB Progress (1): 31/160 kB Progress (1): 33/160 kB Progress (1): 35/160 kB Progress (1): 37/160 kB Progress (1): 39/160 kB Progress (1): 41/160 kB Progress (1): 43/160 kB Progress (1): 45/160 kB Progress (1): 47/160 kB Progress (1): 49/160 kB Progress (1): 51/160 kB Progress (1): 53/160 kB Progress (1): 55/160 kB Progress (1): 57/160 kB Progress (1): 59/160 kB Progress (1): 61/160 kB Progress (1): 63/160 kB Progress (1): 66/160 kB Progress (1): 68/160 kB Progress (1): 70/160 kB Progress (1): 72/160 kB Progress (1): 74/160 kB Progress (1): 76/160 kB Progress (1): 78/160 kB Progress (1): 80/160 kB Progress (1): 82/160 kB Progress (1): 84/160 kB Progress (1): 86/160 kB Progress (1): 88/160 kB Progress (1): 90/160 kB Progress (1): 92/160 kB Progress (1): 94/160 kB Progress (1): 96/160 kB Progress (1): 98/160 kB Progress (1): 100/160 kB Progress (1): 102/160 kB Progress (1): 104/160 kB Progress (1): 106/160 kB Progress (1): 109/160 kB Progress (1): 111/160 kB Progress (1): 113/160 kB Progress (1): 115/160 kB Progress (1): 117/160 kB Progress (1): 119/160 kB Progress (1): 121/160 kB Progress (1): 123/160 kB Progress (1): 125/160 kB Progress (1): 127/160 kB Progress (1): 129/160 kB Progress (1): 131/160 kB Progress (1): 133/160 kB Progress (1): 135/160 kB Progress (1): 137/160 kB Progress (1): 139/160 kB Progress (1): 141/160 kB Progress (1): 143/160 kB Progress (1): 145/160 kB Progress (1): 147/160 kB Progress (1): 150/160 kB Progress (1): 152/160 kB Progress (1): 154/160 kB Progress (1): 156/160 kB Progress (1): 158/160 kB Progress (1): 160/160 kB Progress (1): 160 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar (160 kB at 182 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/maven-metadata.xml (308 B at 414 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar.asc (473 B at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/maven-metadata.xml (306 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar Progress (1): 2.0/345 kB Progress (1): 4.1/345 kB Progress (1): 6.1/345 kB Progress (1): 8.2/345 kB Progress (1): 10/345 kB Progress (1): 12/345 kB Progress (1): 14/345 kB Progress (1): 16/345 kB Progress (1): 18/345 kB Progress (1): 20/345 kB Progress (1): 23/345 kB Progress (1): 25/345 kB Progress (1): 27/345 kB Progress (1): 29/345 kB Progress (1): 31/345 kB Progress (1): 33/345 kB Progress (1): 35/345 kB Progress (1): 37/345 kB Progress (1): 39/345 kB Progress (1): 41/345 kB Progress (1): 43/345 kB Progress (1): 45/345 kB Progress (1): 47/345 kB Progress (1): 49/345 kB Progress (1): 51/345 kB Progress (1): 53/345 kB Progress (1): 55/345 kB Progress (1): 57/345 kB Progress (1): 59/345 kB Progress (1): 61/345 kB Progress (1): 63/345 kB Progress (1): 66/345 kB Progress (1): 68/345 kB Progress (1): 70/345 kB Progress (1): 72/345 kB Progress (1): 74/345 kB Progress (1): 76/345 kB Progress (1): 78/345 kB Progress (1): 80/345 kB Progress (1): 82/345 kB Progress (1): 84/345 kB Progress (1): 86/345 kB Progress (1): 88/345 kB Progress (1): 90/345 kB Progress (1): 92/345 kB Progress (1): 94/345 kB Progress (1): 96/345 kB Progress (1): 98/345 kB Progress (1): 100/345 kB Progress (1): 102/345 kB Progress (1): 104/345 kB Progress (1): 106/345 kB Progress (1): 109/345 kB Progress (1): 111/345 kB Progress (1): 113/345 kB Progress (1): 115/345 kB Progress (1): 117/345 kB Progress (1): 119/345 kB Progress (1): 121/345 kB Progress (1): 123/345 kB Progress (1): 125/345 kB Progress (1): 127/345 kB Progress (1): 129/345 kB Progress (1): 131/345 kB Progress (1): 133/345 kB Progress (1): 135/345 kB Progress (1): 137/345 kB Progress (1): 139/345 kB Progress (1): 141/345 kB Progress (1): 143/345 kB Progress (1): 145/345 kB Progress (1): 147/345 kB Progress (1): 150/345 kB Progress (1): 152/345 kB Progress (1): 154/345 kB Progress (1): 156/345 kB Progress (1): 158/345 kB Progress (1): 160/345 kB Progress (1): 162/345 kB Progress (1): 164/345 kB Progress (1): 166/345 kB Progress (1): 168/345 kB Progress (1): 170/345 kB Progress (1): 172/345 kB Progress (1): 174/345 kB Progress (1): 176/345 kB Progress (1): 178/345 kB Progress (1): 180/345 kB Progress (1): 182/345 kB Progress (1): 184/345 kB Progress (1): 186/345 kB Progress (1): 188/345 kB Progress (1): 190/345 kB Progress (1): 193/345 kB Progress (1): 195/345 kB Progress (1): 197/345 kB Progress (1): 199/345 kB Progress (1): 201/345 kB Progress (1): 203/345 kB Progress (1): 205/345 kB Progress (1): 207/345 kB Progress (1): 209/345 kB Progress (1): 211/345 kB Progress (1): 213/345 kB Progress (1): 215/345 kB Progress (1): 217/345 kB Progress (1): 219/345 kB Progress (1): 221/345 kB Progress (1): 223/345 kB Progress (1): 225/345 kB Progress (1): 227/345 kB Progress (1): 229/345 kB Progress (1): 231/345 kB Progress (1): 233/345 kB Progress (1): 236/345 kB Progress (1): 238/345 kB Progress (1): 240/345 kB Progress (1): 242/345 kB Progress (1): 244/345 kB Progress (1): 246/345 kB Progress (1): 248/345 kB Progress (1): 250/345 kB Progress (1): 252/345 kB Progress (1): 254/345 kB Progress (1): 256/345 kB Progress (1): 258/345 kB Progress (1): 260/345 kB Progress (1): 262/345 kB Progress (1): 264/345 kB Progress (1): 266/345 kB Progress (1): 268/345 kB Progress (1): 270/345 kB Progress (1): 272/345 kB Progress (1): 274/345 kB Progress (1): 276/345 kB Progress (1): 279/345 kB Progress (1): 281/345 kB Progress (1): 283/345 kB Progress (1): 285/345 kB Progress (1): 287/345 kB Progress (1): 289/345 kB Progress (1): 291/345 kB Progress (1): 293/345 kB Progress (1): 295/345 kB Progress (1): 297/345 kB Progress (1): 299/345 kB Progress (1): 301/345 kB Progress (1): 303/345 kB Progress (1): 305/345 kB Progress (1): 307/345 kB Progress (1): 309/345 kB Progress (1): 311/345 kB Progress (1): 313/345 kB Progress (1): 315/345 kB Progress (1): 317/345 kB Progress (1): 319/345 kB Progress (1): 322/345 kB Progress (1): 324/345 kB Progress (1): 326/345 kB Progress (1): 328/345 kB Progress (1): 330/345 kB Progress (1): 332/345 kB Progress (1): 334/345 kB Progress (1): 336/345 kB Progress (1): 338/345 kB Progress (1): 340/345 kB Progress (1): 342/345 kB Progress (1): 344/345 kB Progress (1): 345 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar (345 kB at 344 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar (1.5 kB at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom (871 B at 1.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 338 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar (2.7 kB at 3.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/maven-metadata.xml (304 B at 357 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.pom.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.war Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.war (94 MB at 10 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom Progress (1): 2.0/6.7 kB Progress (1): 4.1/6.7 kB Progress (1): 6.1/6.7 kB Progress (1): 6.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom (6.7 kB at 11 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar Progress (1): 2.0/81 kB Progress (1): 4.1/81 kB Progress (1): 6.1/81 kB Progress (1): 8.2/81 kB Progress (1): 10/81 kB Progress (1): 12/81 kB Progress (1): 14/81 kB Progress (1): 16/81 kB Progress (1): 18/81 kB Progress (1): 20/81 kB Progress (1): 23/81 kB Progress (1): 25/81 kB Progress (1): 27/81 kB Progress (1): 29/81 kB Progress (1): 31/81 kB Progress (1): 33/81 kB Progress (1): 35/81 kB Progress (1): 37/81 kB Progress (1): 39/81 kB Progress (1): 41/81 kB Progress (1): 43/81 kB Progress (1): 45/81 kB Progress (1): 47/81 kB Progress (1): 49/81 kB Progress (1): 51/81 kB Progress (1): 53/81 kB Progress (1): 55/81 kB Progress (1): 57/81 kB Progress (1): 59/81 kB Progress (1): 61/81 kB Progress (1): 63/81 kB Progress (1): 66/81 kB Progress (1): 68/81 kB Progress (1): 70/81 kB Progress (1): 72/81 kB Progress (1): 74/81 kB Progress (1): 76/81 kB Progress (1): 78/81 kB Progress (1): 80/81 kB Progress (1): 81 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar (81 kB at 96 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-javadoc.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar (3.0 kB at 4.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 326 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar (19 kB at 24 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war (120 kB at 145 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom Progress (1): 2.0/7.6 kB Progress (1): 4.1/7.6 kB Progress (1): 6.1/7.6 kB Progress (1): 7.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom (7.6 kB at 12 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar Progress (1): 2.0/8.7 kB Progress (1): 4.1/8.7 kB Progress (1): 6.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar (8.7 kB at 14 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-sources.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.war.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar (21 kB at 33 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-javadoc.jar (1.1 MB at 1.1 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar Progress (1): 2.0/14 kB Progress (1): 4.1/14 kB Progress (1): 6.1/14 kB Progress (1): 8.2/14 kB Progress (1): 10/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.jar (14 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-archetype-application/1.17.0/appng-archetype-application-1.17.0.pom (504 B at 818 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-sources.jar (42 kB at 65 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 384 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar (15 kB at 21 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom (1.2 kB at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/maven-metadata.xml (301 B at 369 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar Progress (1): 2.0/30 kB Progress (1): 4.1/30 kB Progress (1): 6.1/30 kB Progress (1): 8.2/30 kB Progress (1): 10/30 kB Progress (1): 12/30 kB Progress (1): 14/30 kB Progress (1): 16/30 kB Progress (1): 18/30 kB Progress (1): 20/30 kB Progress (1): 23/30 kB Progress (1): 25/30 kB Progress (1): 27/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.jar (30 kB at 39 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom (1.8 kB at 2.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar Progress (1): 2.0/162 kB Progress (1): 4.1/162 kB Progress (1): 6.1/162 kB Progress (1): 8.2/162 kB Progress (1): 10/162 kB Progress (1): 12/162 kB Progress (1): 14/162 kB Progress (1): 16/162 kB Progress (1): 18/162 kB Progress (1): 20/162 kB Progress (1): 23/162 kB Progress (1): 25/162 kB Progress (1): 27/162 kB Progress (1): 29/162 kB Progress (1): 31/162 kB Progress (1): 33/162 kB Progress (1): 35/162 kB Progress (1): 37/162 kB Progress (1): 39/162 kB Progress (1): 41/162 kB Progress (1): 43/162 kB Progress (1): 45/162 kB Progress (1): 47/162 kB Progress (1): 49/162 kB Progress (1): 51/162 kB Progress (1): 53/162 kB Progress (1): 55/162 kB Progress (1): 57/162 kB Progress (1): 59/162 kB Progress (1): 61/162 kB Progress (1): 63/162 kB Progress (1): 66/162 kB Progress (1): 68/162 kB Progress (1): 70/162 kB Progress (1): 72/162 kB Progress (1): 74/162 kB Progress (1): 76/162 kB Progress (1): 78/162 kB Progress (1): 80/162 kB Progress (1): 82/162 kB Progress (1): 84/162 kB Progress (1): 86/162 kB Progress (1): 88/162 kB Progress (1): 90/162 kB Progress (1): 92/162 kB Progress (1): 94/162 kB Progress (1): 96/162 kB Progress (1): 98/162 kB Progress (1): 100/162 kB Progress (1): 102/162 kB Progress (1): 104/162 kB Progress (1): 106/162 kB Progress (1): 109/162 kB Progress (1): 111/162 kB Progress (1): 113/162 kB Progress (1): 115/162 kB Progress (1): 117/162 kB Progress (1): 119/162 kB Progress (1): 121/162 kB Progress (1): 123/162 kB Progress (1): 125/162 kB Progress (1): 127/162 kB Progress (1): 129/162 kB Progress (1): 131/162 kB Progress (1): 133/162 kB Progress (1): 135/162 kB Progress (1): 137/162 kB Progress (1): 139/162 kB Progress (1): 141/162 kB Progress (1): 143/162 kB Progress (1): 145/162 kB Progress (1): 147/162 kB Progress (1): 150/162 kB Progress (1): 152/162 kB Progress (1): 154/162 kB Progress (1): 156/162 kB Progress (1): 158/162 kB Progress (1): 160/162 kB Progress (1): 162/162 kB Progress (1): 162 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar (162 kB at 199 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar Progress (1): 2.0/56 kB Progress (1): 4.1/56 kB Progress (1): 6.1/56 kB Progress (1): 8.2/56 kB Progress (1): 10/56 kB Progress (1): 12/56 kB Progress (1): 14/56 kB Progress (1): 16/56 kB Progress (1): 18/56 kB Progress (1): 20/56 kB Progress (1): 23/56 kB Progress (1): 25/56 kB Progress (1): 27/56 kB Progress (1): 29/56 kB Progress (1): 31/56 kB Progress (1): 33/56 kB Progress (1): 35/56 kB Progress (1): 37/56 kB Progress (1): 39/56 kB Progress (1): 41/56 kB Progress (1): 43/56 kB Progress (1): 45/56 kB Progress (1): 47/56 kB Progress (1): 49/56 kB Progress (1): 51/56 kB Progress (1): 53/56 kB Progress (1): 55/56 kB Progress (1): 56 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar (56 kB at 89 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.pom (2.2 kB at 3.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.jar (3.1 kB at 5.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom Progress (1): 983 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom (983 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar Progress (1): 2.0/317 kB Progress (1): 4.1/317 kB Progress (1): 6.1/317 kB Progress (1): 8.2/317 kB Progress (1): 10/317 kB Progress (1): 12/317 kB Progress (1): 14/317 kB Progress (1): 16/317 kB Progress (1): 18/317 kB Progress (1): 20/317 kB Progress (1): 23/317 kB Progress (1): 25/317 kB Progress (1): 27/317 kB Progress (1): 29/317 kB Progress (1): 31/317 kB Progress (1): 33/317 kB Progress (1): 35/317 kB Progress (1): 37/317 kB Progress (1): 39/317 kB Progress (1): 41/317 kB Progress (1): 43/317 kB Progress (1): 45/317 kB Progress (1): 47/317 kB Progress (1): 49/317 kB Progress (1): 51/317 kB Progress (1): 53/317 kB Progress (1): 55/317 kB Progress (1): 57/317 kB Progress (1): 59/317 kB Progress (1): 61/317 kB Progress (1): 63/317 kB Progress (1): 66/317 kB Progress (1): 68/317 kB Progress (1): 70/317 kB Progress (1): 72/317 kB Progress (1): 74/317 kB Progress (1): 76/317 kB Progress (1): 78/317 kB Progress (1): 80/317 kB Progress (1): 82/317 kB Progress (1): 84/317 kB Progress (1): 86/317 kB Progress (1): 88/317 kB Progress (1): 90/317 kB Progress (1): 92/317 kB Progress (1): 94/317 kB Progress (1): 96/317 kB Progress (1): 98/317 kB Progress (1): 100/317 kB Progress (1): 102/317 kB Progress (1): 104/317 kB Progress (1): 106/317 kB Progress (1): 109/317 kB Progress (1): 111/317 kB Progress (1): 113/317 kB Progress (1): 115/317 kB Progress (1): 117/317 kB Progress (1): 119/317 kB Progress (1): 121/317 kB Progress (1): 123/317 kB Progress (1): 125/317 kB Progress (1): 127/317 kB Progress (1): 129/317 kB Progress (1): 131/317 kB Progress (1): 133/317 kB Progress (1): 135/317 kB Progress (1): 137/317 kB Progress (1): 139/317 kB Progress (1): 141/317 kB Progress (1): 143/317 kB Progress (1): 145/317 kB Progress (1): 147/317 kB Progress (1): 150/317 kB Progress (1): 152/317 kB Progress (1): 154/317 kB Progress (1): 156/317 kB Progress (1): 158/317 kB Progress (1): 160/317 kB Progress (1): 162/317 kB Progress (1): 164/317 kB Progress (1): 166/317 kB Progress (1): 168/317 kB Progress (1): 170/317 kB Progress (1): 172/317 kB Progress (1): 174/317 kB Progress (1): 176/317 kB Progress (1): 178/317 kB Progress (1): 180/317 kB Progress (1): 182/317 kB Progress (1): 184/317 kB Progress (1): 186/317 kB Progress (1): 188/317 kB Progress (1): 190/317 kB Progress (1): 193/317 kB Progress (1): 195/317 kB Progress (1): 197/317 kB Progress (1): 199/317 kB Progress (1): 201/317 kB Progress (1): 203/317 kB Progress (1): 205/317 kB Progress (1): 207/317 kB Progress (1): 209/317 kB Progress (1): 211/317 kB Progress (1): 213/317 kB Progress (1): 215/317 kB Progress (1): 217/317 kB Progress (1): 219/317 kB Progress (1): 221/317 kB Progress (1): 223/317 kB Progress (1): 225/317 kB Progress (1): 227/317 kB Progress (1): 229/317 kB Progress (1): 231/317 kB Progress (1): 233/317 kB Progress (1): 236/317 kB Progress (1): 238/317 kB Progress (1): 240/317 kB Progress (1): 242/317 kB Progress (1): 244/317 kB Progress (1): 246/317 kB Progress (1): 248/317 kB Progress (1): 250/317 kB Progress (1): 252/317 kB Progress (1): 254/317 kB Progress (1): 256/317 kB Progress (1): 258/317 kB Progress (1): 260/317 kB Progress (1): 262/317 kB Progress (1): 264/317 kB Progress (1): 266/317 kB Progress (1): 268/317 kB Progress (1): 270/317 kB Progress (1): 272/317 kB Progress (1): 274/317 kB Progress (1): 276/317 kB Progress (1): 279/317 kB Progress (1): 281/317 kB Progress (1): 283/317 kB Progress (1): 285/317 kB Progress (1): 287/317 kB Progress (1): 289/317 kB Progress (1): 291/317 kB Progress (1): 293/317 kB Progress (1): 295/317 kB Progress (1): 297/317 kB Progress (1): 299/317 kB Progress (1): 301/317 kB Progress (1): 303/317 kB Progress (1): 305/317 kB Progress (1): 307/317 kB Progress (1): 309/317 kB Progress (1): 311/317 kB Progress (1): 313/317 kB Progress (1): 315/317 kB Progress (1): 317 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar (317 kB at 438 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom (3.9 kB at 6.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar Progress (1): 2.0/56 kB Progress (1): 4.1/56 kB Progress (1): 6.1/56 kB Progress (1): 8.2/56 kB Progress (1): 10/56 kB Progress (1): 12/56 kB Progress (1): 14/56 kB Progress (1): 16/56 kB Progress (1): 18/56 kB Progress (1): 20/56 kB Progress (1): 23/56 kB Progress (1): 25/56 kB Progress (1): 27/56 kB Progress (1): 29/56 kB Progress (1): 31/56 kB Progress (1): 33/56 kB Progress (1): 35/56 kB Progress (1): 37/56 kB Progress (1): 39/56 kB Progress (1): 41/56 kB Progress (1): 43/56 kB Progress (1): 45/56 kB Progress (1): 47/56 kB Progress (1): 49/56 kB Progress (1): 51/56 kB Progress (1): 53/56 kB Progress (1): 55/56 kB Progress (1): 56 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.jar (56 kB at 90 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom (1.8 kB at 2.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/maven-metadata.xml (303 B at 375 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/maven-metadata.xml (315 B at 350 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-javadoc.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar (27 kB at 37 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar Progress (1): 2.0/41 kB Progress (1): 4.1/41 kB Progress (1): 6.1/41 kB Progress (1): 8.2/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 18/41 kB Progress (1): 20/41 kB Progress (1): 23/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 29/41 kB Progress (1): 31/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 41 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar (41 kB at 52 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar (19 kB at 29 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom (1.6 kB at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.war (101 MB at 13 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom (2.1 kB at 3.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-camunda/1.17.0/appng-application-camunda-1.17.0.pom.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-sources.jar.asc (473 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-javadoc.jar (34 kB at 46 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar (105 kB at 148 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar Progress (1): 2.0/220 kB Progress (1): 4.1/220 kB Progress (1): 6.1/220 kB Progress (1): 8.2/220 kB Progress (1): 10/220 kB Progress (1): 12/220 kB Progress (1): 14/220 kB Progress (1): 16/220 kB Progress (1): 18/220 kB Progress (1): 20/220 kB Progress (1): 23/220 kB Progress (1): 25/220 kB Progress (1): 27/220 kB Progress (1): 29/220 kB Progress (1): 31/220 kB Progress (1): 33/220 kB Progress (1): 35/220 kB Progress (1): 37/220 kB Progress (1): 39/220 kB Progress (1): 41/220 kB Progress (1): 43/220 kB Progress (1): 45/220 kB Progress (1): 47/220 kB Progress (1): 49/220 kB Progress (1): 51/220 kB Progress (1): 53/220 kB Progress (1): 55/220 kB Progress (1): 57/220 kB Progress (1): 59/220 kB Progress (1): 61/220 kB Progress (1): 63/220 kB Progress (1): 66/220 kB Progress (1): 68/220 kB Progress (1): 70/220 kB Progress (1): 72/220 kB Progress (1): 74/220 kB Progress (1): 76/220 kB Progress (1): 78/220 kB Progress (1): 80/220 kB Progress (1): 82/220 kB Progress (1): 84/220 kB Progress (1): 86/220 kB Progress (1): 88/220 kB Progress (1): 90/220 kB Progress (1): 92/220 kB Progress (1): 94/220 kB Progress (1): 96/220 kB Progress (1): 98/220 kB Progress (1): 100/220 kB Progress (1): 102/220 kB Progress (1): 104/220 kB Progress (1): 106/220 kB Progress (1): 109/220 kB Progress (1): 111/220 kB Progress (1): 113/220 kB Progress (1): 115/220 kB Progress (1): 117/220 kB Progress (1): 119/220 kB Progress (1): 121/220 kB Progress (1): 123/220 kB Progress (1): 125/220 kB Progress (1): 127/220 kB Progress (1): 129/220 kB Progress (1): 131/220 kB Progress (1): 133/220 kB Progress (1): 135/220 kB Progress (1): 137/220 kB Progress (1): 139/220 kB Progress (1): 141/220 kB Progress (1): 143/220 kB Progress (1): 145/220 kB Progress (1): 147/220 kB Progress (1): 150/220 kB Progress (1): 152/220 kB Progress (1): 154/220 kB Progress (1): 156/220 kB Progress (1): 158/220 kB Progress (1): 160/220 kB Progress (1): 162/220 kB Progress (1): 164/220 kB Progress (1): 166/220 kB Progress (1): 168/220 kB Progress (1): 170/220 kB Progress (1): 172/220 kB Progress (1): 174/220 kB Progress (1): 176/220 kB Progress (1): 178/220 kB Progress (1): 180/220 kB Progress (1): 182/220 kB Progress (1): 184/220 kB Progress (1): 186/220 kB Progress (1): 188/220 kB Progress (1): 190/220 kB Progress (1): 193/220 kB Progress (1): 195/220 kB Progress (1): 197/220 kB Progress (1): 199/220 kB Progress (1): 201/220 kB Progress (1): 203/220 kB Progress (1): 205/220 kB Progress (1): 207/220 kB Progress (1): 209/220 kB Progress (1): 211/220 kB Progress (1): 213/220 kB Progress (1): 215/220 kB Progress (1): 217/220 kB Progress (1): 219/220 kB Progress (1): 220 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer-jaxb/1.17.0/appng-appngizer-jaxb-1.17.0-javadoc.jar (220 kB at 311 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar Progress (1): 2.0/375 kB Progress (1): 4.1/375 kB Progress (1): 6.1/375 kB Progress (1): 8.2/375 kB Progress (1): 10/375 kB Progress (1): 12/375 kB Progress (1): 14/375 kB Progress (1): 16/375 kB Progress (1): 18/375 kB Progress (1): 20/375 kB Progress (1): 23/375 kB Progress (1): 25/375 kB Progress (1): 27/375 kB Progress (1): 29/375 kB Progress (1): 31/375 kB Progress (1): 33/375 kB Progress (1): 35/375 kB Progress (1): 37/375 kB Progress (1): 39/375 kB Progress (1): 41/375 kB Progress (1): 43/375 kB Progress (1): 45/375 kB Progress (1): 47/375 kB Progress (1): 49/375 kB Progress (1): 51/375 kB Progress (1): 53/375 kB Progress (1): 55/375 kB Progress (1): 57/375 kB Progress (1): 59/375 kB Progress (1): 61/375 kB Progress (1): 63/375 kB Progress (1): 66/375 kB Progress (1): 68/375 kB Progress (1): 70/375 kB Progress (1): 72/375 kB Progress (1): 74/375 kB Progress (1): 76/375 kB Progress (1): 78/375 kB Progress (1): 80/375 kB Progress (1): 82/375 kB Progress (1): 84/375 kB Progress (1): 86/375 kB Progress (1): 88/375 kB Progress (1): 90/375 kB Progress (1): 92/375 kB Progress (1): 94/375 kB Progress (1): 96/375 kB Progress (1): 98/375 kB Progress (1): 100/375 kB Progress (1): 102/375 kB Progress (1): 104/375 kB Progress (1): 106/375 kB Progress (1): 109/375 kB Progress (1): 111/375 kB Progress (1): 113/375 kB Progress (1): 115/375 kB Progress (1): 117/375 kB Progress (1): 119/375 kB Progress (1): 121/375 kB Progress (1): 123/375 kB Progress (1): 125/375 kB Progress (1): 127/375 kB Progress (1): 129/375 kB Progress (1): 131/375 kB Progress (1): 133/375 kB Progress (1): 135/375 kB Progress (1): 137/375 kB Progress (1): 139/375 kB Progress (1): 141/375 kB Progress (1): 143/375 kB Progress (1): 145/375 kB Progress (1): 147/375 kB Progress (1): 150/375 kB Progress (1): 152/375 kB Progress (1): 154/375 kB Progress (1): 156/375 kB Progress (1): 158/375 kB Progress (1): 160/375 kB Progress (1): 162/375 kB Progress (1): 164/375 kB Progress (1): 166/375 kB Progress (1): 168/375 kB Progress (1): 170/375 kB Progress (1): 172/375 kB Progress (1): 174/375 kB Progress (1): 176/375 kB Progress (1): 178/375 kB Progress (1): 180/375 kB Progress (1): 182/375 kB Progress (1): 184/375 kB Progress (1): 186/375 kB Progress (1): 188/375 kB Progress (1): 190/375 kB Progress (1): 193/375 kB Progress (1): 195/375 kB Progress (1): 197/375 kB Progress (1): 199/375 kB Progress (1): 201/375 kB Progress (1): 203/375 kB Progress (1): 205/375 kB Progress (1): 207/375 kB Progress (1): 209/375 kB Progress (1): 211/375 kB Progress (1): 213/375 kB Progress (1): 215/375 kB Progress (1): 217/375 kB Progress (1): 219/375 kB Progress (1): 221/375 kB Progress (1): 223/375 kB Progress (1): 225/375 kB Progress (1): 227/375 kB Progress (1): 229/375 kB Progress (1): 231/375 kB Progress (1): 233/375 kB Progress (1): 236/375 kB Progress (1): 238/375 kB Progress (1): 240/375 kB Progress (1): 242/375 kB Progress (1): 244/375 kB Progress (1): 246/375 kB Progress (1): 248/375 kB Progress (1): 250/375 kB Progress (1): 252/375 kB Progress (1): 254/375 kB Progress (1): 256/375 kB Progress (1): 258/375 kB Progress (1): 260/375 kB Progress (1): 262/375 kB Progress (1): 264/375 kB Progress (1): 266/375 kB Progress (1): 268/375 kB Progress (1): 270/375 kB Progress (1): 272/375 kB Progress (1): 274/375 kB Progress (1): 276/375 kB Progress (1): 279/375 kB Progress (1): 281/375 kB Progress (1): 283/375 kB Progress (1): 285/375 kB Progress (1): 287/375 kB Progress (1): 289/375 kB Progress (1): 291/375 kB Progress (1): 293/375 kB Progress (1): 295/375 kB Progress (1): 297/375 kB Progress (1): 299/375 kB Progress (1): 301/375 kB Progress (1): 303/375 kB Progress (1): 305/375 kB Progress (1): 307/375 kB Progress (1): 309/375 kB Progress (1): 311/375 kB Progress (1): 313/375 kB Progress (1): 315/375 kB Progress (1): 317/375 kB Progress (1): 319/375 kB Progress (1): 322/375 kB Progress (1): 324/375 kB Progress (1): 326/375 kB Progress (1): 328/375 kB Progress (1): 330/375 kB Progress (1): 332/375 kB Progress (1): 334/375 kB Progress (1): 336/375 kB Progress (1): 338/375 kB Progress (1): 340/375 kB Progress (1): 342/375 kB Progress (1): 344/375 kB Progress (1): 346/375 kB Progress (1): 348/375 kB Progress (1): 350/375 kB Progress (1): 352/375 kB Progress (1): 354/375 kB Progress (1): 356/375 kB Progress (1): 358/375 kB Progress (1): 360/375 kB Progress (1): 362/375 kB Progress (1): 365/375 kB Progress (1): 367/375 kB Progress (1): 369/375 kB Progress (1): 371/375 kB Progress (1): 373/375 kB Progress (1): 375/375 kB Progress (1): 375 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-javadoc.jar (375 kB at 520 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar Progress (1): 2.0/89 kB Progress (1): 4.1/89 kB Progress (1): 6.1/89 kB Progress (1): 8.2/89 kB Progress (1): 10/89 kB Progress (1): 12/89 kB Progress (1): 14/89 kB Progress (1): 16/89 kB Progress (1): 18/89 kB Progress (1): 20/89 kB Progress (1): 23/89 kB Progress (1): 25/89 kB Progress (1): 27/89 kB Progress (1): 29/89 kB Progress (1): 31/89 kB Progress (1): 33/89 kB Progress (1): 35/89 kB Progress (1): 37/89 kB Progress (1): 39/89 kB Progress (1): 41/89 kB Progress (1): 43/89 kB Progress (1): 45/89 kB Progress (1): 47/89 kB Progress (1): 49/89 kB Progress (1): 51/89 kB Progress (1): 53/89 kB Progress (1): 55/89 kB Progress (1): 57/89 kB Progress (1): 59/89 kB Progress (1): 61/89 kB Progress (1): 63/89 kB Progress (1): 66/89 kB Progress (1): 68/89 kB Progress (1): 70/89 kB Progress (1): 72/89 kB Progress (1): 74/89 kB Progress (1): 76/89 kB Progress (1): 78/89 kB Progress (1): 80/89 kB Progress (1): 82/89 kB Progress (1): 84/89 kB Progress (1): 86/89 kB Progress (1): 88/89 kB Progress (1): 89 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-javadoc.jar (89 kB at 136 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0-sources.jar (3.0 kB at 4.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar Progress (1): 2.0/12 kB Progress (1): 4.1/12 kB Progress (1): 6.1/12 kB Progress (1): 8.2/12 kB Progress (1): 10/12 kB Progress (1): 12 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-sources.jar (12 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar (3.0 kB at 5.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom (1.0 kB at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-sources.jar (42 kB at 62 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.war.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar Progress (1): 2.0/59 kB Progress (1): 4.1/59 kB Progress (1): 6.1/59 kB Progress (1): 8.2/59 kB Progress (1): 10/59 kB Progress (1): 12/59 kB Progress (1): 14/59 kB Progress (1): 16/59 kB Progress (1): 18/59 kB Progress (1): 20/59 kB Progress (1): 23/59 kB Progress (1): 25/59 kB Progress (1): 27/59 kB Progress (1): 29/59 kB Progress (1): 31/59 kB Progress (1): 33/59 kB Progress (1): 35/59 kB Progress (1): 37/59 kB Progress (1): 39/59 kB Progress (1): 41/59 kB Progress (1): 43/59 kB Progress (1): 45/59 kB Progress (1): 47/59 kB Progress (1): 49/59 kB Progress (1): 51/59 kB Progress (1): 53/59 kB Progress (1): 55/59 kB Progress (1): 57/59 kB Progress (1): 59 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar (59 kB at 86 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar Progress (1): 2.0/263 kB Progress (1): 4.1/263 kB Progress (1): 6.1/263 kB Progress (1): 8.2/263 kB Progress (1): 10/263 kB Progress (1): 12/263 kB Progress (1): 14/263 kB Progress (1): 16/263 kB Progress (1): 18/263 kB Progress (1): 20/263 kB Progress (1): 23/263 kB Progress (1): 25/263 kB Progress (1): 27/263 kB Progress (1): 29/263 kB Progress (1): 31/263 kB Progress (1): 33/263 kB Progress (1): 35/263 kB Progress (1): 37/263 kB Progress (1): 39/263 kB Progress (1): 41/263 kB Progress (1): 43/263 kB Progress (1): 45/263 kB Progress (1): 47/263 kB Progress (1): 49/263 kB Progress (1): 51/263 kB Progress (1): 53/263 kB Progress (1): 55/263 kB Progress (1): 57/263 kB Progress (1): 59/263 kB Progress (1): 61/263 kB Progress (1): 63/263 kB Progress (1): 66/263 kB Progress (1): 68/263 kB Progress (1): 70/263 kB Progress (1): 72/263 kB Progress (1): 74/263 kB Progress (1): 76/263 kB Progress (1): 78/263 kB Progress (1): 80/263 kB Progress (1): 82/263 kB Progress (1): 84/263 kB Progress (1): 86/263 kB Progress (1): 88/263 kB Progress (1): 90/263 kB Progress (1): 92/263 kB Progress (1): 94/263 kB Progress (1): 96/263 kB Progress (1): 98/263 kB Progress (1): 100/263 kB Progress (1): 102/263 kB Progress (1): 104/263 kB Progress (1): 106/263 kB Progress (1): 109/263 kB Progress (1): 111/263 kB Progress (1): 113/263 kB Progress (1): 115/263 kB Progress (1): 117/263 kB Progress (1): 119/263 kB Progress (1): 121/263 kB Progress (1): 123/263 kB Progress (1): 125/263 kB Progress (1): 127/263 kB Progress (1): 129/263 kB Progress (1): 131/263 kB Progress (1): 133/263 kB Progress (1): 135/263 kB Progress (1): 137/263 kB Progress (1): 139/263 kB Progress (1): 141/263 kB Progress (1): 143/263 kB Progress (1): 145/263 kB Progress (1): 147/263 kB Progress (1): 150/263 kB Progress (1): 152/263 kB Progress (1): 154/263 kB Progress (1): 156/263 kB Progress (1): 158/263 kB Progress (1): 160/263 kB Progress (1): 162/263 kB Progress (1): 164/263 kB Progress (1): 166/263 kB Progress (1): 168/263 kB Progress (1): 170/263 kB Progress (1): 172/263 kB Progress (1): 174/263 kB Progress (1): 176/263 kB Progress (1): 178/263 kB Progress (1): 180/263 kB Progress (1): 182/263 kB Progress (1): 184/263 kB Progress (1): 186/263 kB Progress (1): 188/263 kB Progress (1): 190/263 kB Progress (1): 193/263 kB Progress (1): 195/263 kB Progress (1): 197/263 kB Progress (1): 199/263 kB Progress (1): 201/263 kB Progress (1): 203/263 kB Progress (1): 205/263 kB Progress (1): 207/263 kB Progress (1): 209/263 kB Progress (1): 211/263 kB Progress (1): 213/263 kB Progress (1): 215/263 kB Progress (1): 217/263 kB Progress (1): 219/263 kB Progress (1): 221/263 kB Progress (1): 223/263 kB Progress (1): 225/263 kB Progress (1): 227/263 kB Progress (1): 229/263 kB Progress (1): 231/263 kB Progress (1): 233/263 kB Progress (1): 236/263 kB Progress (1): 238/263 kB Progress (1): 240/263 kB Progress (1): 242/263 kB Progress (1): 244/263 kB Progress (1): 246/263 kB Progress (1): 248/263 kB Progress (1): 250/263 kB Progress (1): 252/263 kB Progress (1): 254/263 kB Progress (1): 256/263 kB Progress (1): 258/263 kB Progress (1): 260/263 kB Progress (1): 262/263 kB Progress (1): 263 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-sources.jar (263 kB at 414 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar (237 kB at 364 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-javadoc.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar (39 kB at 65 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar Progress (1): 2.0/803 kB Progress (1): 4.1/803 kB Progress (1): 6.1/803 kB Progress (1): 8.2/803 kB Progress (1): 10/803 kB Progress (1): 12/803 kB Progress (1): 14/803 kB Progress (1): 16/803 kB Progress (1): 18/803 kB Progress (1): 20/803 kB Progress (1): 23/803 kB Progress (1): 25/803 kB Progress (1): 27/803 kB Progress (1): 29/803 kB Progress (1): 31/803 kB Progress (1): 33/803 kB Progress (1): 35/803 kB Progress (1): 37/803 kB Progress (1): 39/803 kB Progress (1): 41/803 kB Progress (1): 43/803 kB Progress (1): 45/803 kB Progress (1): 47/803 kB Progress (1): 49/803 kB Progress (1): 51/803 kB Progress (1): 53/803 kB Progress (1): 55/803 kB Progress (1): 57/803 kB Progress (1): 59/803 kB Progress (1): 61/803 kB Progress (1): 63/803 kB Progress (1): 66/803 kB Progress (1): 68/803 kB Progress (1): 70/803 kB Progress (1): 72/803 kB Progress (1): 74/803 kB Progress (1): 76/803 kB Progress (1): 78/803 kB Progress (1): 80/803 kB Progress (1): 82/803 kB Progress (1): 84/803 kB Progress (1): 86/803 kB Progress (1): 88/803 kB Progress (1): 90/803 kB Progress (1): 92/803 kB Progress (1): 94/803 kB Progress (1): 96/803 kB Progress (1): 98/803 kB Progress (1): 100/803 kB Progress (1): 102/803 kB Progress (1): 104/803 kB Progress (1): 106/803 kB Progress (1): 109/803 kB Progress (1): 111/803 kB Progress (1): 113/803 kB Progress (1): 115/803 kB Progress (1): 117/803 kB Progress (1): 119/803 kB Progress (1): 121/803 kB Progress (1): 123/803 kB Progress (1): 125/803 kB Progress (1): 127/803 kB Progress (1): 129/803 kB Progress (1): 131/803 kB Progress (1): 133/803 kB Progress (1): 135/803 kB Progress (1): 137/803 kB Progress (1): 139/803 kB Progress (1): 141/803 kB Progress (1): 143/803 kB Progress (1): 145/803 kB Progress (1): 147/803 kB Progress (1): 150/803 kB Progress (1): 152/803 kB Progress (1): 154/803 kB Progress (1): 156/803 kB Progress (1): 158/803 kB Progress (1): 160/803 kB Progress (1): 162/803 kB Progress (1): 164/803 kB Progress (1): 166/803 kB Progress (1): 168/803 kB Progress (1): 170/803 kB Progress (1): 172/803 kB Progress (1): 174/803 kB Progress (1): 176/803 kB Progress (1): 178/803 kB Progress (1): 180/803 kB Progress (1): 182/803 kB Progress (1): 184/803 kB Progress (1): 186/803 kB Progress (1): 188/803 kB Progress (1): 190/803 kB Progress (1): 193/803 kB Progress (1): 195/803 kB Progress (1): 197/803 kB Progress (1): 199/803 kB Progress (1): 201/803 kB Progress (1): 203/803 kB Progress (1): 205/803 kB Progress (1): 207/803 kB Progress (1): 209/803 kB Progress (1): 211/803 kB Progress (1): 213/803 kB Progress (1): 215/803 kB Progress (1): 217/803 kB Progress (1): 219/803 kB Progress (1): 221/803 kB Progress (1): 223/803 kB Progress (1): 225/803 kB Progress (1): 227/803 kB Progress (1): 229/803 kB Progress (1): 231/803 kB Progress (1): 233/803 kB Progress (1): 236/803 kB Progress (1): 238/803 kB Progress (1): 240/803 kB Progress (1): 242/803 kB Progress (1): 244/803 kB Progress (1): 246/803 kB Progress (1): 248/803 kB Progress (1): 250/803 kB Progress (1): 252/803 kB Progress (1): 254/803 kB Progress (1): 256/803 kB Progress (1): 258/803 kB Progress (1): 260/803 kB Progress (1): 262/803 kB Progress (1): 264/803 kB Progress (1): 266/803 kB Progress (1): 268/803 kB Progress (1): 270/803 kB Progress (1): 272/803 kB Progress (1): 274/803 kB Progress (1): 276/803 kB Progress (1): 279/803 kB Progress (1): 281/803 kB Progress (1): 283/803 kB Progress (1): 285/803 kB Progress (1): 287/803 kB Progress (1): 289/803 kB Progress (1): 291/803 kB Progress (1): 293/803 kB Progress (1): 295/803 kB Progress (1): 297/803 kB Progress (1): 299/803 kB Progress (1): 301/803 kB Progress (1): 303/803 kB Progress (1): 305/803 kB Progress (1): 307/803 kB Progress (1): 309/803 kB Progress (1): 311/803 kB Progress (1): 313/803 kB Progress (1): 315/803 kB Progress (1): 317/803 kB Progress (1): 319/803 kB Progress (1): 322/803 kB Progress (1): 324/803 kB Progress (1): 326/803 kB Progress (1): 328/803 kB Progress (1): 330/803 kB Progress (1): 332/803 kB Progress (1): 334/803 kB Progress (1): 336/803 kB Progress (1): 338/803 kB Progress (1): 340/803 kB Progress (1): 342/803 kB Progress (1): 344/803 kB Progress (1): 346/803 kB Progress (1): 348/803 kB Progress (1): 350/803 kB Progress (1): 352/803 kB Progress (1): 354/803 kB Progress (1): 356/803 kB Progress (1): 358/803 kB Progress (1): 360/803 kB Progress (1): 362/803 kB Progress (1): 365/803 kB Progress (1): 367/803 kB Progress (1): 369/803 kB Progress (1): 371/803 kB Progress (1): 373/803 kB Progress (1): 375/803 kB Progress (1): 377/803 kB Progress (1): 379/803 kB Progress (1): 381/803 kB Progress (1): 383/803 kB Progress (1): 385/803 kB Progress (1): 387/803 kB Progress (1): 389/803 kB Progress (1): 391/803 kB Progress (1): 393/803 kB Progress (1): 395/803 kB Progress (1): 397/803 kB Progress (1): 399/803 kB Progress (1): 401/803 kB Progress (1): 403/803 kB Progress (1): 406/803 kB Progress (1): 408/803 kB Progress (1): 410/803 kB Progress (1): 412/803 kB Progress (1): 414/803 kB Progress (1): 416/803 kB Progress (1): 418/803 kB Progress (1): 420/803 kB Progress (1): 422/803 kB Progress (1): 424/803 kB Progress (1): 426/803 kB Progress (1): 428/803 kB Progress (1): 430/803 kB Progress (1): 432/803 kB Progress (1): 434/803 kB Progress (1): 436/803 kB Progress (1): 438/803 kB Progress (1): 440/803 kB Progress (1): 442/803 kB Progress (1): 444/803 kB Progress (1): 446/803 kB Progress (1): 449/803 kB Progress (1): 451/803 kB Progress (1): 453/803 kB Progress (1): 455/803 kB Progress (1): 457/803 kB Progress (1): 459/803 kB Progress (1): 461/803 kB Progress (1): 463/803 kB Progress (1): 465/803 kB Progress (1): 467/803 kB Progress (1): 469/803 kB Progress (1): 471/803 kB Progress (1): 473/803 kB Progress (1): 475/803 kB Progress (1): 477/803 kB Progress (1): 479/803 kB Progress (1): 481/803 kB Progress (1): 483/803 kB Progress (1): 485/803 kB Progress (1): 487/803 kB Progress (1): 489/803 kB Progress (1): 492/803 kB Progress (1): 494/803 kB Progress (1): 496/803 kB Progress (1): 498/803 kB Progress (1): 500/803 kB Progress (1): 502/803 kB Progress (1): 504/803 kB Progress (1): 506/803 kB Progress (1): 508/803 kB Progress (1): 510/803 kB Progress (1): 512/803 kB Progress (1): 514/803 kB Progress (1): 516/803 kB Progress (1): 518/803 kB Progress (1): 520/803 kB Progress (1): 522/803 kB Progress (1): 524/803 kB Progress (1): 526/803 kB Progress (1): 528/803 kB Progress (1): 530/803 kB Progress (1): 532/803 kB Progress (1): 535/803 kB Progress (1): 537/803 kB Progress (1): 539/803 kB Progress (1): 541/803 kB Progress (1): 543/803 kB Progress (1): 545/803 kB Progress (1): 547/803 kB Progress (1): 549/803 kB Progress (1): 551/803 kB Progress (1): 553/803 kB Progress (1): 555/803 kB Progress (1): 557/803 kB Progress (1): 559/803 kB Progress (1): 561/803 kB Progress (1): 563/803 kB Progress (1): 565/803 kB Progress (1): 567/803 kB Progress (1): 569/803 kB Progress (1): 571/803 kB Progress (1): 573/803 kB Progress (1): 575/803 kB Progress (1): 578/803 kB Progress (1): 580/803 kB Progress (1): 582/803 kB Progress (1): 584/803 kB Progress (1): 586/803 kB Progress (1): 588/803 kB Progress (1): 590/803 kB Progress (1): 592/803 kB Progress (1): 594/803 kB Progress (1): 596/803 kB Progress (1): 598/803 kB Progress (1): 600/803 kB Progress (1): 602/803 kB Progress (1): 604/803 kB Progress (1): 606/803 kB Progress (1): 608/803 kB Progress (1): 610/803 kB Progress (1): 612/803 kB Progress (1): 614/803 kB Progress (1): 616/803 kB Progress (1): 618/803 kB Progress (1): 621/803 kB Progress (1): 623/803 kB Progress (1): 625/803 kB Progress (1): 627/803 kB Progress (1): 629/803 kB Progress (1): 631/803 kB Progress (1): 633/803 kB Progress (1): 635/803 kB Progress (1): 637/803 kB Progress (1): 639/803 kB Progress (1): 641/803 kB Progress (1): 643/803 kB Progress (1): 645/803 kB Progress (1): 647/803 kB Progress (1): 649/803 kB Progress (1): 651/803 kB Progress (1): 653/803 kB Progress (1): 655/803 kB Progress (1): 657/803 kB Progress (1): 659/803 kB Progress (1): 662/803 kB Progress (1): 664/803 kB Progress (1): 666/803 kB Progress (1): 668/803 kB Progress (1): 670/803 kB Progress (1): 672/803 kB Progress (1): 674/803 kB Progress (1): 676/803 kB Progress (1): 678/803 kB Progress (1): 680/803 kB Progress (1): 682/803 kB Progress (1): 684/803 kB Progress (1): 686/803 kB Progress (1): 688/803 kB Progress (1): 690/803 kB Progress (1): 692/803 kB Progress (1): 694/803 kB Progress (1): 696/803 kB Progress (1): 698/803 kB Progress (1): 700/803 kB Progress (1): 702/803 kB Progress (1): 705/803 kB Progress (1): 707/803 kB Progress (1): 709/803 kB Progress (1): 711/803 kB Progress (1): 713/803 kB Progress (1): 715/803 kB Progress (1): 717/803 kB Progress (1): 719/803 kB Progress (1): 721/803 kB Progress (1): 723/803 kB Progress (1): 725/803 kB Progress (1): 727/803 kB Progress (1): 729/803 kB Progress (1): 731/803 kB Progress (1): 733/803 kB Progress (1): 735/803 kB Progress (1): 737/803 kB Progress (1): 739/803 kB Progress (1): 741/803 kB Progress (1): 743/803 kB Progress (1): 745/803 kB Progress (1): 748/803 kB Progress (1): 750/803 kB Progress (1): 752/803 kB Progress (1): 754/803 kB Progress (1): 756/803 kB Progress (1): 758/803 kB Progress (1): 760/803 kB Progress (1): 762/803 kB Progress (1): 764/803 kB Progress (1): 766/803 kB Progress (1): 768/803 kB Progress (1): 770/803 kB Progress (1): 772/803 kB Progress (1): 774/803 kB Progress (1): 776/803 kB Progress (1): 778/803 kB Progress (1): 780/803 kB Progress (1): 782/803 kB Progress (1): 784/803 kB Progress (1): 786/803 kB Progress (1): 788/803 kB Progress (1): 791/803 kB Progress (1): 793/803 kB Progress (1): 795/803 kB Progress (1): 797/803 kB Progress (1): 799/803 kB Progress (1): 801/803 kB Progress (1): 803/803 kB Progress (1): 803 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar (803 kB at 1.1 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-sources.jar (4.8 kB at 6.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-core/1.17.0/appng-core-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom Progress (1): 2.0/5.8 kB Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom (5.8 kB at 9.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar Progress (1): 2.0/101 kB Progress (1): 4.1/101 kB Progress (1): 6.1/101 kB Progress (1): 8.2/101 kB Progress (1): 10/101 kB Progress (1): 12/101 kB Progress (1): 14/101 kB Progress (1): 16/101 kB Progress (1): 18/101 kB Progress (1): 20/101 kB Progress (1): 23/101 kB Progress (1): 25/101 kB Progress (1): 27/101 kB Progress (1): 29/101 kB Progress (1): 31/101 kB Progress (1): 33/101 kB Progress (1): 35/101 kB Progress (1): 37/101 kB Progress (1): 39/101 kB Progress (1): 41/101 kB Progress (1): 43/101 kB Progress (1): 45/101 kB Progress (1): 47/101 kB Progress (1): 49/101 kB Progress (1): 51/101 kB Progress (1): 53/101 kB Progress (1): 55/101 kB Progress (1): 57/101 kB Progress (1): 59/101 kB Progress (1): 61/101 kB Progress (1): 63/101 kB Progress (1): 66/101 kB Progress (1): 68/101 kB Progress (1): 70/101 kB Progress (1): 72/101 kB Progress (1): 74/101 kB Progress (1): 76/101 kB Progress (1): 78/101 kB Progress (1): 80/101 kB Progress (1): 82/101 kB Progress (1): 84/101 kB Progress (1): 86/101 kB Progress (1): 88/101 kB Progress (1): 90/101 kB Progress (1): 92/101 kB Progress (1): 94/101 kB Progress (1): 96/101 kB Progress (1): 98/101 kB Progress (1): 100/101 kB Progress (1): 101 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar (101 kB at 149 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom (1.2 kB at 315 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0-sources.jar.asc (473 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-sources.jar (3.0 kB at 601 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0-sources.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar Progress (1): 2.0/86 kB Progress (1): 4.1/86 kB Progress (1): 6.1/86 kB Progress (1): 8.2/86 kB Progress (1): 10/86 kB Progress (1): 12/86 kB Progress (1): 14/86 kB Progress (1): 16/86 kB Progress (1): 18/86 kB Progress (1): 20/86 kB Progress (1): 23/86 kB Progress (1): 25/86 kB Progress (1): 27/86 kB Progress (1): 29/86 kB Progress (1): 31/86 kB Progress (1): 33/86 kB Progress (1): 35/86 kB Progress (1): 37/86 kB Progress (1): 39/86 kB Progress (1): 41/86 kB Progress (1): 43/86 kB Progress (1): 45/86 kB Progress (1): 47/86 kB Progress (1): 49/86 kB Progress (1): 51/86 kB Progress (1): 53/86 kB Progress (1): 55/86 kB Progress (1): 57/86 kB Progress (1): 59/86 kB Progress (1): 61/86 kB Progress (1): 63/86 kB Progress (1): 66/86 kB Progress (1): 68/86 kB Progress (1): 70/86 kB Progress (1): 72/86 kB Progress (1): 74/86 kB Progress (1): 76/86 kB Progress (1): 78/86 kB Progress (1): 80/86 kB Progress (1): 82/86 kB Progress (1): 84/86 kB Progress (1): 86/86 kB Progress (1): 86 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar (86 kB at 107 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar Progress (1): 2.0/16 kB Progress (1): 4.1/16 kB Progress (1): 6.1/16 kB Progress (1): 8.2/16 kB Progress (1): 10/16 kB Progress (1): 12/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.jar (16 kB at 16 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom Progress (1): 2.0/3.8 kB Progress (1): 3.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/appng-appngizer-maven-plugin/1.17.0/appng-appngizer-maven-plugin-1.17.0.pom (3.8 kB at 6.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven/maven-metadata.xml (261 B at 281 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-mail/1.17.0/appng-mail-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar Progress (1): 2.0/33 kB Progress (1): 4.1/33 kB Progress (1): 6.1/33 kB Progress (1): 8.2/33 kB Progress (1): 10/33 kB Progress (1): 12/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 18/33 kB Progress (1): 20/33 kB Progress (1): 23/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 29/33 kB Progress (1): 31/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.jar (33 kB at 47 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom (3.2 kB at 5.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar Progress (1): 2.0/146 kB Progress (1): 4.1/146 kB Progress (1): 6.1/146 kB Progress (1): 8.2/146 kB Progress (1): 10/146 kB Progress (1): 12/146 kB Progress (1): 14/146 kB Progress (1): 16/146 kB Progress (1): 18/146 kB Progress (1): 20/146 kB Progress (1): 23/146 kB Progress (1): 25/146 kB Progress (1): 27/146 kB Progress (1): 29/146 kB Progress (1): 31/146 kB Progress (1): 33/146 kB Progress (1): 35/146 kB Progress (1): 37/146 kB Progress (1): 39/146 kB Progress (1): 41/146 kB Progress (1): 43/146 kB Progress (1): 45/146 kB Progress (1): 47/146 kB Progress (1): 49/146 kB Progress (1): 51/146 kB Progress (1): 53/146 kB Progress (1): 55/146 kB Progress (1): 57/146 kB Progress (1): 59/146 kB Progress (1): 61/146 kB Progress (1): 63/146 kB Progress (1): 66/146 kB Progress (1): 68/146 kB Progress (1): 70/146 kB Progress (1): 72/146 kB Progress (1): 74/146 kB Progress (1): 76/146 kB Progress (1): 78/146 kB Progress (1): 80/146 kB Progress (1): 82/146 kB Progress (1): 84/146 kB Progress (1): 86/146 kB Progress (1): 88/146 kB Progress (1): 90/146 kB Progress (1): 92/146 kB Progress (1): 94/146 kB Progress (1): 96/146 kB Progress (1): 98/146 kB Progress (1): 100/146 kB Progress (1): 102/146 kB Progress (1): 104/146 kB Progress (1): 106/146 kB Progress (1): 109/146 kB Progress (1): 111/146 kB Progress (1): 113/146 kB Progress (1): 115/146 kB Progress (1): 117/146 kB Progress (1): 119/146 kB Progress (1): 121/146 kB Progress (1): 123/146 kB Progress (1): 125/146 kB Progress (1): 127/146 kB Progress (1): 129/146 kB Progress (1): 131/146 kB Progress (1): 133/146 kB Progress (1): 135/146 kB Progress (1): 137/146 kB Progress (1): 139/146 kB Progress (1): 141/146 kB Progress (1): 143/146 kB Progress (1): 145/146 kB Progress (1): 146 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0-javadoc.jar (146 kB at 168 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-sources.jar.asc (473 B at 101 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-api/1.17.0/appng-api-1.17.0-javadoc.jar (1.0 MB at 811 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.pom.asc (473 B at 1.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-parent/1.17.0/appng-parent-1.17.0.pom (32 kB at 48 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0-sources.jar (10 kB at 17 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar Progress (1): 2.0/196 kB Progress (1): 4.1/196 kB Progress (1): 6.1/196 kB Progress (1): 8.2/196 kB Progress (1): 10/196 kB Progress (1): 12/196 kB Progress (1): 14/196 kB Progress (1): 16/196 kB Progress (1): 18/196 kB Progress (1): 20/196 kB Progress (1): 23/196 kB Progress (1): 25/196 kB Progress (1): 27/196 kB Progress (1): 29/196 kB Progress (1): 31/196 kB Progress (1): 33/196 kB Progress (1): 35/196 kB Progress (1): 37/196 kB Progress (1): 39/196 kB Progress (1): 41/196 kB Progress (1): 43/196 kB Progress (1): 45/196 kB Progress (1): 47/196 kB Progress (1): 49/196 kB Progress (1): 51/196 kB Progress (1): 53/196 kB Progress (1): 55/196 kB Progress (1): 57/196 kB Progress (1): 59/196 kB Progress (1): 61/196 kB Progress (1): 63/196 kB Progress (1): 66/196 kB Progress (1): 68/196 kB Progress (1): 70/196 kB Progress (1): 72/196 kB Progress (1): 74/196 kB Progress (1): 76/196 kB Progress (1): 78/196 kB Progress (1): 80/196 kB Progress (1): 82/196 kB Progress (1): 84/196 kB Progress (1): 86/196 kB Progress (1): 88/196 kB Progress (1): 90/196 kB Progress (1): 92/196 kB Progress (1): 94/196 kB Progress (1): 96/196 kB Progress (1): 98/196 kB Progress (1): 100/196 kB Progress (1): 102/196 kB Progress (1): 104/196 kB Progress (1): 106/196 kB Progress (1): 109/196 kB Progress (1): 111/196 kB Progress (1): 113/196 kB Progress (1): 115/196 kB Progress (1): 117/196 kB Progress (1): 119/196 kB Progress (1): 121/196 kB Progress (1): 123/196 kB Progress (1): 125/196 kB Progress (1): 127/196 kB Progress (1): 129/196 kB Progress (1): 131/196 kB Progress (1): 133/196 kB Progress (1): 135/196 kB Progress (1): 137/196 kB Progress (1): 139/196 kB Progress (1): 141/196 kB Progress (1): 143/196 kB Progress (1): 145/196 kB Progress (1): 147/196 kB Progress (1): 150/196 kB Progress (1): 152/196 kB Progress (1): 154/196 kB Progress (1): 156/196 kB Progress (1): 158/196 kB Progress (1): 160/196 kB Progress (1): 162/196 kB Progress (1): 164/196 kB Progress (1): 166/196 kB Progress (1): 168/196 kB Progress (1): 170/196 kB Progress (1): 172/196 kB Progress (1): 174/196 kB Progress (1): 176/196 kB Progress (1): 178/196 kB Progress (1): 180/196 kB Progress (1): 182/196 kB Progress (1): 184/196 kB Progress (1): 186/196 kB Progress (1): 188/196 kB Progress (1): 190/196 kB Progress (1): 193/196 kB Progress (1): 195/196 kB Progress (1): 196 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0-javadoc.jar (196 kB at 306 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar (27 kB at 29 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-taglib/1.17.0/appng-taglib-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application/1.17.0/appng-application-1.17.0.zip.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-forms/1.17.0/appng-forms-1.17.0.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.war (7.1 MB at 5.2 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom Progress (1): 2.0/4.6 kB Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0.pom (4.6 kB at 7.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar Progress (1): 2.0/49 kB Progress (1): 4.1/49 kB Progress (1): 6.1/49 kB Progress (1): 8.2/49 kB Progress (1): 10/49 kB Progress (1): 12/49 kB Progress (1): 14/49 kB Progress (1): 16/49 kB Progress (1): 18/49 kB Progress (1): 20/49 kB Progress (1): 23/49 kB Progress (1): 25/49 kB Progress (1): 27/49 kB Progress (1): 29/49 kB Progress (1): 31/49 kB Progress (1): 33/49 kB Progress (1): 35/49 kB Progress (1): 37/49 kB Progress (1): 39/49 kB Progress (1): 41/49 kB Progress (1): 43/49 kB Progress (1): 45/49 kB Progress (1): 47/49 kB Progress (1): 49/49 kB Progress (1): 49 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.jar (49 kB at 68 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0.pom (2.0 kB at 3.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat8/1.17.0/appng-tomcat8-1.17.0.pom.asc (473 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar Progress (1): 2.0/263 kB Progress (1): 4.1/263 kB Progress (1): 6.1/263 kB Progress (1): 8.2/263 kB Progress (1): 10/263 kB Progress (1): 12/263 kB Progress (1): 14/263 kB Progress (1): 16/263 kB Progress (1): 18/263 kB Progress (1): 20/263 kB Progress (1): 23/263 kB Progress (1): 25/263 kB Progress (1): 27/263 kB Progress (1): 29/263 kB Progress (1): 31/263 kB Progress (1): 33/263 kB Progress (1): 35/263 kB Progress (1): 37/263 kB Progress (1): 39/263 kB Progress (1): 41/263 kB Progress (1): 43/263 kB Progress (1): 45/263 kB Progress (1): 47/263 kB Progress (1): 49/263 kB Progress (1): 51/263 kB Progress (1): 53/263 kB Progress (1): 55/263 kB Progress (1): 57/263 kB Progress (1): 59/263 kB Progress (1): 61/263 kB Progress (1): 63/263 kB Progress (1): 66/263 kB Progress (1): 68/263 kB Progress (1): 70/263 kB Progress (1): 72/263 kB Progress (1): 74/263 kB Progress (1): 76/263 kB Progress (1): 78/263 kB Progress (1): 80/263 kB Progress (1): 82/263 kB Progress (1): 84/263 kB Progress (1): 86/263 kB Progress (1): 88/263 kB Progress (1): 90/263 kB Progress (1): 92/263 kB Progress (1): 94/263 kB Progress (1): 96/263 kB Progress (1): 98/263 kB Progress (1): 100/263 kB Progress (1): 102/263 kB Progress (1): 104/263 kB Progress (1): 106/263 kB Progress (1): 109/263 kB Progress (1): 111/263 kB Progress (1): 113/263 kB Progress (1): 115/263 kB Progress (1): 117/263 kB Progress (1): 119/263 kB Progress (1): 121/263 kB Progress (1): 123/263 kB Progress (1): 125/263 kB Progress (1): 127/263 kB Progress (1): 129/263 kB Progress (1): 131/263 kB Progress (1): 133/263 kB Progress (1): 135/263 kB Progress (1): 137/263 kB Progress (1): 139/263 kB Progress (1): 141/263 kB Progress (1): 143/263 kB Progress (1): 145/263 kB Progress (1): 147/263 kB Progress (1): 150/263 kB Progress (1): 152/263 kB Progress (1): 154/263 kB Progress (1): 156/263 kB Progress (1): 158/263 kB Progress (1): 160/263 kB Progress (1): 162/263 kB Progress (1): 164/263 kB Progress (1): 166/263 kB Progress (1): 168/263 kB Progress (1): 170/263 kB Progress (1): 172/263 kB Progress (1): 174/263 kB Progress (1): 176/263 kB Progress (1): 178/263 kB Progress (1): 180/263 kB Progress (1): 182/263 kB Progress (1): 184/263 kB Progress (1): 186/263 kB Progress (1): 188/263 kB Progress (1): 190/263 kB Progress (1): 193/263 kB Progress (1): 195/263 kB Progress (1): 197/263 kB Progress (1): 199/263 kB Progress (1): 201/263 kB Progress (1): 203/263 kB Progress (1): 205/263 kB Progress (1): 207/263 kB Progress (1): 209/263 kB Progress (1): 211/263 kB Progress (1): 213/263 kB Progress (1): 215/263 kB Progress (1): 217/263 kB Progress (1): 219/263 kB Progress (1): 221/263 kB Progress (1): 223/263 kB Progress (1): 225/263 kB Progress (1): 227/263 kB Progress (1): 229/263 kB Progress (1): 231/263 kB Progress (1): 233/263 kB Progress (1): 236/263 kB Progress (1): 238/263 kB Progress (1): 240/263 kB Progress (1): 242/263 kB Progress (1): 244/263 kB Progress (1): 246/263 kB Progress (1): 248/263 kB Progress (1): 250/263 kB Progress (1): 252/263 kB Progress (1): 254/263 kB Progress (1): 256/263 kB Progress (1): 258/263 kB Progress (1): 260/263 kB Progress (1): 262/263 kB Progress (1): 263 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-appngizer/1.17.0/appng-appngizer-1.17.0-javadoc.jar (263 kB at 414 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar Progress (1): 2.0/54 kB Progress (1): 4.1/54 kB Progress (1): 6.1/54 kB Progress (1): 8.2/54 kB Progress (1): 10/54 kB Progress (1): 12/54 kB Progress (1): 14/54 kB Progress (1): 16/54 kB Progress (1): 18/54 kB Progress (1): 20/54 kB Progress (1): 23/54 kB Progress (1): 25/54 kB Progress (1): 27/54 kB Progress (1): 29/54 kB Progress (1): 31/54 kB Progress (1): 33/54 kB Progress (1): 35/54 kB Progress (1): 37/54 kB Progress (1): 39/54 kB Progress (1): 41/54 kB Progress (1): 43/54 kB Progress (1): 45/54 kB Progress (1): 47/54 kB Progress (1): 49/54 kB Progress (1): 51/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.jar (54 kB at 74 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-search/1.17.0/appng-search-1.17.0.pom (2.3 kB at 3.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tools/1.17.0/appng-tools-1.17.0-javadoc.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-tomcat7/1.17.0/appng-tomcat7-1.17.0-javadoc.jar (27 kB at 37 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-camunda/1.17.0/appng-camunda-1.17.0-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-formtags/1.17.0/appng-formtags-1.17.0-sources.jar (21 kB at 30 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar Progress (1): 2.0/153 kB Progress (1): 4.1/153 kB Progress (1): 6.1/153 kB Progress (1): 8.2/153 kB Progress (1): 10/153 kB Progress (1): 12/153 kB Progress (1): 14/153 kB Progress (1): 16/153 kB Progress (1): 18/153 kB Progress (1): 20/153 kB Progress (1): 23/153 kB Progress (1): 25/153 kB Progress (1): 27/153 kB Progress (1): 29/153 kB Progress (1): 31/153 kB Progress (1): 33/153 kB Progress (1): 35/153 kB Progress (1): 37/153 kB Progress (1): 39/153 kB Progress (1): 41/153 kB Progress (1): 43/153 kB Progress (1): 45/153 kB Progress (1): 47/153 kB Progress (1): 49/153 kB Progress (1): 51/153 kB Progress (1): 53/153 kB Progress (1): 55/153 kB Progress (1): 57/153 kB Progress (1): 59/153 kB Progress (1): 61/153 kB Progress (1): 63/153 kB Progress (1): 66/153 kB Progress (1): 68/153 kB Progress (1): 70/153 kB Progress (1): 72/153 kB Progress (1): 74/153 kB Progress (1): 76/153 kB Progress (1): 78/153 kB Progress (1): 80/153 kB Progress (1): 82/153 kB Progress (1): 84/153 kB Progress (1): 86/153 kB Progress (1): 88/153 kB Progress (1): 90/153 kB Progress (1): 92/153 kB Progress (1): 94/153 kB Progress (1): 96/153 kB Progress (1): 98/153 kB Progress (1): 100/153 kB Progress (1): 102/153 kB Progress (1): 104/153 kB Progress (1): 106/153 kB Progress (1): 109/153 kB Progress (1): 111/153 kB Progress (1): 113/153 kB Progress (1): 115/153 kB Progress (1): 117/153 kB Progress (1): 119/153 kB Progress (1): 121/153 kB Progress (1): 123/153 kB Progress (1): 125/153 kB Progress (1): 127/153 kB Progress (1): 129/153 kB Progress (1): 131/153 kB Progress (1): 133/153 kB Progress (1): 135/153 kB Progress (1): 137/153 kB Progress (1): 139/153 kB Progress (1): 141/153 kB Progress (1): 143/153 kB Progress (1): 145/153 kB Progress (1): 147/153 kB Progress (1): 150/153 kB Progress (1): 152/153 kB Progress (1): 153 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.jar (153 kB at 191 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-xmlapi/1.17.0/appng-xmlapi-1.17.0.pom (3.1 kB at 5.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar (35 kB at 57 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.jar (512 kB at 801 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-maven-plugin/1.17.0/appng-maven-plugin-1.17.0.pom (5.4 kB at 8.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven-metadata.xml Progress (1): 231 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/maven-metadata.xml (231 B at 273 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom Progress (1): 2.0/5.3 kB Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom (5.3 kB at 7.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/maven-metadata.xml (312 B at 405 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-upngizr/1.17.0/appng-upngizr-1.17.0-sources.jar (26 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-parent/1.17.0/appng-template-parent-1.17.0.pom.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.jar (23 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-persistence/1.17.0/appng-persistence-1.17.0.pom (2.5 kB at 4.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-cli/1.17.0/appng-cli-1.17.0.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-template-assembly/1.17.0/appng-template-assembly-1.17.0.jar.asc (473 B at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-documentation/1.17.0/appng-documentation-1.17.0.pom.asc (473 B at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-application-assembly/1.17.0/appng-application-assembly-1.17.0-sources.jar (2.7 kB at 4.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1035/org/appng/appng-testsupport/1.17.0/appng-testsupport-1.17.0-sources.jar.asc (473 B at 2.5 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1035". Waiting for operation to complete... ......... [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-upngizr --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [01:10 min] [INFO] appNG Tools ........................................ SUCCESS [ 27.325 s] [INFO] appNG Mail ......................................... SUCCESS [ 7.433 s] [INFO] appNG Forms ........................................ SUCCESS [ 8.566 s] [INFO] appng Formtags ..................................... SUCCESS [ 9.301 s] [INFO] appNG XML-API ...................................... SUCCESS [ 16.926 s] [INFO] appNG public API ................................... SUCCESS [ 27.469 s] [INFO] appNG testsupport .................................. SUCCESS [ 15.348 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 39.585 s] [INFO] appNG Search ....................................... SUCCESS [ 27.192 s] [INFO] appNG Core Library ................................. SUCCESS [01:40 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 5.459 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 7.394 s] [INFO] appNG Command Line Interface ....................... SUCCESS [01:46 min] [INFO] appNG Tag Library .................................. SUCCESS [ 21.970 s] [INFO] appNG Application .................................. SUCCESS [ 39.995 s] [INFO] appNG application BOM .............................. SUCCESS [ 10.565 s] [INFO] appNG Documentation ................................ SUCCESS [01:05 min] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 4.307 s] [INFO] appNG Template Parent .............................. SUCCESS [ 3.877 s] [INFO] appng-application-assembly ......................... SUCCESS [ 4.955 s] [INFO] appNG application parent ........................... SUCCESS [ 4.108 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 4.571 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 5.073 s] [INFO] appNGizer .......................................... SUCCESS [01:28 min] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 38.969 s] [INFO] appNG camunda ...................................... SUCCESS [ 18.308 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 29.125 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 25.697 s] [INFO] upNGizr ............................................ SUCCESS [04:26 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:36 min [INFO] Finished at: 2018-02-28T11:23:14+01:00 [INFO] Final Memory: 295M/1540M [INFO] ------------------------------------------------------------------------ touch: cannot touch ‘/var/lib/jenkins/workspace/appNG_Release/appng@tmp/durable-61e242d8/jenkins-log.txt’: No such file or directory [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [appng-standalone] Running shell script [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Standalone 1.17.0 [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.072 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.17.0.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-appngizer-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.17.0.war [INFO] Copying appng-authentication-1.11.2.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-authentication-1.11.2.zip [INFO] Copying tomcat-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-manager-1.12.4.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.12.4.zip [INFO] Copying appng-application-1.17.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.17.0.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-scheduler-1.11.5.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.11.5.zip [INFO] Copying appng-template-1.14.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-template-1.14.3.zip [INFO] Copying tomcat-tribes-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-8.5.23.jar [INFO] Copying tomcat-juli-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-8.5.23.jar [INFO] [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.17.0.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.17.0-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.17.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0.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.17.0/appng-standalone-1.17.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.17.0.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.17.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0-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.17.0/appng-standalone-1.17.0.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.17.0/appng-standalone-1.17.0.jar (9.5 kB at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0.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.17.0/appng-standalone-1.17.0.pom (6.0 kB at 39 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 527 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (527 B at 1.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 559 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (559 B at 586 B/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0.zip Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.1/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.2/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.3/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.4/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.5/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.6/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.7/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.8/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 0.9/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.0/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.1/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.2/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.3/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.4/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.5/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.6/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.7/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.8/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 1.9/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.0/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.1/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.2/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.3/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.4/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.5/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.6/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.7/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.8/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 2.9/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.0/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.1/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.2/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.3/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.4/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.5/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.6/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.7/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.8/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 3.9/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.0/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.1/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.2/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.3/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.4/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.5/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.6/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.7/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.8/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 4.9/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.0/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.1/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.2/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.3/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.4/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.5/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.6/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.7/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.8/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 5.9/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.0/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.1/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.2/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.3/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.4/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.5/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.6/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.7/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.8/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 6.9/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.0/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.1/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.2/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.3/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.4/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.5/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.6/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.7/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.8/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 7.9/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.0/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.1/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.2/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.3/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.4/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.5/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.6/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.7/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.8/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 8.9/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.0/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.1/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.2/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.3/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.4/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.5/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.6/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.7/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.8/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 9.9/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10.0/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 10/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 11/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 12/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 13/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 14/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 15/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 16/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 17/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 18/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 19/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 20/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 21/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 22/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 23/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 24/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 25/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 26/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 27/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 28/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 29/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 30/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 31/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 32/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 33/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 34/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 35/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 36/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 37/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 38/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 39/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 40/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 41/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 42/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 43/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 44/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 45/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 46/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 47/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 48/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 49/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 50/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 51/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 52/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 53/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 54/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 55/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 56/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 57/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 58/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 59/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 60/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 61/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 62/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 63/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 64/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 65/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 66/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 67/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 68/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 69/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 70/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 71/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 72/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 73/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 74/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 75/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 76/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 77/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 78/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 79/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 80/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 81/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 82/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 83/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 84/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 85/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 86/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 87/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 88/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 89/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 90/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 91/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 92/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 93/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 94/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 95/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 96/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 97/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 98/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 99/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 100/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 101/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 102/103 MB Progress (1): 103/103 MB Progress (1): 103 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0.zip (103 MB at 18 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.17.0/appng-standalone-1.17.0-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.17.0/appng-standalone-1.17.0-sources.jar (7.8 kB at 14 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.621 s [INFO] Finished at: 2018-02-28T11:23:50+01:00 [INFO] Final Memory: 28M/426M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.17.0.zip /srv/www/appng.org/appng/builds/stable [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.17.0 [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.17.0/javadoc [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.17.0/reference [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.17.0/appngizer/html [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.17.0/appngizer/pdf [Pipeline] sh [appng] Running shell script + mv -f target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/appng-javadoc.css target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/script.js target/site/apidocs/serialized-form.html /srv/www/appng.org/appng/docs/1.17.0/javadoc [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.17.0/reference [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.17.0/reference [Pipeline] sh [appng] Running shell script + mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-setup-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.17.0/appngizer/pdf/ [Pipeline] sh [appng] Running shell script + mv -f appng-appngizer/target/generated-docs/html/appng.css appng-appngizer/target/generated-docs/html/appngizer-platform-installation-guide.html appng-appngizer/target/generated-docs/html/appngizer-setup-guide.html appng-appngizer/target/generated-docs/html/appngizer-user-manual.html appng-appngizer/target/generated-docs/html/coderay-asciidoctor.css appng-appngizer/target/generated-docs/html/images appng-appngizer/target/generated-docs/html/parts appng-appngizer/target/generated-docs/html/xml /srv/www/appng.org/appng/docs/1.17.0/appngizer/html/ [Pipeline] sh [appng] Running shell script + ln -sfn /srv/www/appng.org/appng/docs/1.17.0 /srv/www/appng.org/appng/docs/current [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.17.0/appngizer/html/parts [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.17.0/appngizer/html/xml [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.17.0.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.17.0.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.17.0.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh [appng] Running shell script + git merge --ff appng-1.17.x --strategy-option theirs Updating d14dd13..ff78552 Fast-forward CONTRIBUTING.adoc | 35 ++ README.adoc | 14 +- appng-api/pom.xml | 2 +- .../main/java/org/appng/api/FormDataBinder.java | 154 +++++++ .../java/org/appng/api/FormProcessProvider.java | 3 + .../main/java/org/appng/api/RequestDataBinder.java | 110 +++++ .../src/main/java/org/appng/api/Webservice.java | 4 +- .../src/main/java/org/appng/api/model/Site.java | 2 +- .../org/appng/api/support/SelectionFactory.java | 21 + .../java/org/appng/api/ConsumerProducerTest.java | 8 +- .../java/org/appng/api/FormDataBinderTest.java | 104 +++++ .../java/org/appng/api/RequestDataBinderTest.java | 115 ++++++ .../appng/api/support/SelectionFactoryTest.java | 16 + appng-application-assembly/pom.xml | 2 +- appng-application-bom/pom.xml | 30 +- appng-application-camunda/README.adoc | 4 +- appng-application-camunda/pom.xml | 2 +- appng-application-parent/pom.xml | 2 +- appng-application/README.adoc | 15 +- appng-application/pom.xml | 2 +- .../main/webapp/WEB-INF/conf/platformContext.xml | 5 + appng-appngizer-jaxb/pom.xml | 2 +- .../src/main/resources/appngizer.xsd | 4 + appng-appngizer-maven-plugin/pom.xml | 2 +- appng-appngizer/pom.xml | 2 +- appng-appngizer/src/main/asciidoc/parts/home.adoc | 6 +- .../appngizer/controller/DatabaseController.java | 36 +- .../controller/SitePropertyController.java | 66 ++- .../java/org/appng/appngizer/model/Database.java | 12 +- .../src/main/webapp/WEB-INF/appNGizer-servlet.xml | 11 +- .../appng/appngizer/controller/ControllerTest.java | 42 +- .../controller/DatabaseControllerTest.java | 41 +- .../controller/SitePropertyControllerTest.java | 18 + .../src/test/resources/test-context.xml | 5 + .../test/resources/xml/database-init-managed.xml | 36 ++ .../src/test/resources/xml/database-init.xml | 7 +- .../test/resources/xml/database-root-update.xml | 35 ++ .../src/test/resources/xml/database.xml | 9 +- .../test/resources/xml/site-properties-create.xml | 9 + .../test/resources/xml/site-properties-delete.xml | 5 + .../test/resources/xml/site-properties-update.xml | 9 + .../src/test/resources/xml/site-property-list.xml | 5 + appng-archetype-application/pom.xml | 2 +- appng-archetype-application/readme.txt | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- appng-camunda/pom.xml | 2 +- appng-cli/pom.xml | 2 +- .../src/main/java/org/appng/cli/CliBootstrap.java | 82 ++-- .../main/java/org/appng/cli/CliEventProvider.java | 39 ++ .../java/org/appng/cli/commands/CommandMain.java | 9 +- .../src/main/resources/META-INF/persistence.xml | 3 +- appng-cli/src/main/resources/cliContext.xml | 9 +- .../org/appng/cli/commands/CommandBatchTest.java | 28 +- .../property/CommandListPropertiesTest.java | 2 +- appng-cli/src/test/resources/cliContext-test.xml | 7 +- appng-core/pom.xml | 2 +- .../java/org/appng/core/controller/Controller.java | 6 +- .../appng/core/controller/RepositoryWatcher.java | 8 +- .../core/controller/filter/JspExtensionFilter.java | 24 +- .../core/controller/filter/PageCacheFilter.java | 2 +- .../core/controller/filter/RedirectFilter.java | 2 +- .../appng/core/controller/filter/XSSFilter.java | 2 +- .../core/controller/handler/ProxyHandler.java | 224 ----------- .../controller/handler/StaticContentHandler.java | 19 +- .../controller/messaging/SiteDeletedEvent.java | 55 +++ .../core/controller/messaging/SiteStateEvent.java | 10 +- .../org/appng/core/domain/ApplicationImpl.java | 4 +- .../main/java/org/appng/core/domain/Auditable.java | 38 ++ .../org/appng/core/domain/DatabaseConnection.java | 121 +++++- .../main/java/org/appng/core/domain/GroupImpl.java | 4 +- .../java/org/appng/core/domain/PermissionImpl.java | 4 +- .../java/org/appng/core/domain/PlatformEvent.java | 164 ++++++++ .../appng/core/domain/PlatformEventListener.java | 211 ++++++++++ .../java/org/appng/core/domain/PropertyImpl.java | 5 +- .../java/org/appng/core/domain/RepositoryImpl.java | 4 +- .../java/org/appng/core/domain/ResourceImpl.java | 9 +- .../main/java/org/appng/core/domain/RoleImpl.java | 4 +- .../main/java/org/appng/core/domain/SiteImpl.java | 4 +- .../java/org/appng/core/domain/SubjectImpl.java | 7 +- .../main/java/org/appng/core/domain/Template.java | 4 +- .../java/org/appng/core/model/RepositoryUtils.java | 37 +- .../org/appng/core/model/ThymeleafProcessor.java | 48 ++- .../core/repository/PlatformEventRepository.java | 38 ++ .../java/org/appng/core/service/CacheService.java | 32 ++ .../java/org/appng/core/service/CoreService.java | 137 +++++-- .../org/appng/core/service/DatabaseService.java | 36 +- .../java/org/appng/core/service/HsqlStarter.java | 9 + .../org/appng/core/service/InitializerService.java | 11 +- .../java/org/appng/core/service/LdapService.java | 2 +- .../org/appng/core/service/MigrationService.java | 31 +- .../org/appng/core/service/PropertySupport.java | 1 + .../core/templating/AppNGThymeleafDialect.java | 67 ++++ .../appng/core/templating/ReplaceTagProcessor.java | 85 ++++ .../templating/ThymeleafReplaceInterceptor.java | 123 ++++++ .../ThymeleafReplaceInterceptorBase.java | 51 +++ ...ThymeleafStandardReplaceTagProcessorCaller.java | 38 ++ .../core/templating/ThymeleafTemplateEngine.java | 36 ++ .../src/main/resources/db/init/mssql/size.sql | 1 + .../src/main/resources/db/init/mysql/size.sql | 3 + .../migration/hsql/V2_0_0__add_platform_event.sql | 14 + .../migration/mssql/V3_0_0__add_platform_event.sql | 14 + .../migration/mysql/V3_0_0__add_platform_event.sql | 14 + .../org/appng/core/site-config.properties | 1 + .../java/org/appng/api/messaging/TestReceiver.java | 111 ++++++ .../core/controller/RepositoryWatcherTest.java | 11 +- .../org/appng/core/model/CacheProviderTest.java | 2 +- .../org/appng/core/model/RepositoryUtilsTest.java | 74 ++++ .../java/org/appng/core/repository/SchemaGen.java | 2 +- .../org/appng/core/service/CoreServiceTest.java | 70 +++- .../appng/core/service/DatabaseServiceTest.java | 32 +- .../org/appng/core/service/HsqlStarterTest.java | 62 +++ .../org/appng/core/service/LdapContextMock.java | 4 +- .../org/appng/core/service/LdapServiceTest.java | 2 +- .../src/test/resources/META-INF/persistence.xml | 16 +- appng-core/src/test/resources/platformContext.xml | 7 +- appng-documentation/pom.xml | 2 +- .../src/main/asciidoc/listing/dependencies.txt | 8 +- .../src/main/asciidoc/parts/api.adoc | 206 +++++++++- .../src/main/asciidoc/parts/application.adoc | 4 +- .../src/main/asciidoc/parts/jsp.adoc | 2 +- .../src/main/asciidoc/parts/testing.adoc | 40 +- .../src/main/asciidoc/parts/urlrewriting.adoc | 2 +- appng-forms/pom.xml | 2 +- appng-formtags/pom.xml | 2 +- appng-mail/pom.xml | 2 +- appng-maven-plugin/README.adoc | 89 +++++ appng-maven-plugin/README.md | 81 ---- appng-maven-plugin/pom.xml | 7 +- appng-persistence/pom.xml | 2 +- appng-search/pom.xml | 2 +- .../appng/search/indexer/StandardSearcherTest.java | 3 +- appng-standalone/pom.xml | 2 +- appng-taglib/pom.xml | 2 +- .../org/appng/taglib/form/FormConfirmation.java | 86 ++-- .../appng/taglib/form/FormConfirmationTest.java | 43 +- appng-template-assembly/pom.xml | 2 +- appng-template-parent/pom.xml | 4 +- appng-testsupport/pom.xml | 2 +- .../persistence/HsqlServerFactoryBean.java | 21 +- .../validation/WritingJsonValidator.java | 54 ++- .../testsupport/application-testcontext-core.xml | 12 +- .../validation/WritingJsonValidatorTest.java | 11 +- ...ritingJsonValidatorTest-testValidateObject.json | 4 +- ...alidatorTest-testValidateObjectStrictOrder.json | 5 + ...ValidatorTest-testValidateObjectWithMapper.json | 2 +- appng-tomcat7/pom.xml | 2 +- appng-tomcat8/pom.xml | 2 +- appng-tools/pom.xml | 2 +- .../java/org/appng/tools/os/OperatingSystem.java | 50 ++- .../org/appng/tools/os/OperatingSystemTest.java | 50 +++ appng-upngizr/README.adoc | 84 ++++ appng-upngizr/pom.xml | 175 ++++++++ .../java/org/appng/upngizr/controller/UpNGizr.java | 71 ++++ .../appng/upngizr/controller/UpNGizrConfig.java | 53 +++ .../java/org/appng/upngizr/controller/Updater.java | 442 +++++++++++++++++++++ .../src/main/resources/assets/ajax-loader.gif | Bin 0 -> 3951 bytes appng-upngizr/src/main/resources/assets/logo.png | Bin 0 -> 10390 bytes appng-upngizr/src/main/resources/log4j.properties | 14 + appng-upngizr/src/main/resources/updater.html | 106 +++++ appng-upngizr/src/main/webapp/META-INF/context.xml | 3 + .../src/main/webapp/WEB-INF/upNGizr-servlet.xml | 18 + appng-upngizr/src/main/webapp/WEB-INF/web.xml | 42 ++ .../org/appng/upngizr/controller/UpdaterTest.java | 39 ++ appng-upngizr/src/test/resources/log4j.properties | 6 + appng-xmlapi/pom.xml | 2 +- pom.xml | 7 +- 166 files changed, 4478 insertions(+), 754 deletions(-) create mode 100644 appng-api/src/main/java/org/appng/api/FormDataBinder.java create mode 100644 appng-api/src/main/java/org/appng/api/RequestDataBinder.java create mode 100644 appng-api/src/test/java/org/appng/api/FormDataBinderTest.java create mode 100644 appng-api/src/test/java/org/appng/api/RequestDataBinderTest.java create mode 100644 appng-appngizer/src/test/resources/xml/database-init-managed.xml create mode 100644 appng-appngizer/src/test/resources/xml/database-root-update.xml create mode 100644 appng-appngizer/src/test/resources/xml/site-properties-create.xml create mode 100644 appng-appngizer/src/test/resources/xml/site-properties-delete.xml create mode 100644 appng-appngizer/src/test/resources/xml/site-properties-update.xml create mode 100644 appng-cli/src/main/java/org/appng/cli/CliEventProvider.java delete mode 100644 appng-core/src/main/java/org/appng/core/controller/handler/ProxyHandler.java create mode 100644 appng-core/src/main/java/org/appng/core/controller/messaging/SiteDeletedEvent.java create mode 100644 appng-core/src/main/java/org/appng/core/domain/Auditable.java create mode 100644 appng-core/src/main/java/org/appng/core/domain/PlatformEvent.java create mode 100644 appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java create mode 100644 appng-core/src/main/java/org/appng/core/repository/PlatformEventRepository.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/AppNGThymeleafDialect.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/ReplaceTagProcessor.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptor.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptorBase.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.java create mode 100644 appng-core/src/main/java/org/appng/core/templating/ThymeleafTemplateEngine.java create mode 100644 appng-core/src/main/resources/db/init/mssql/size.sql create mode 100644 appng-core/src/main/resources/db/init/mysql/size.sql create mode 100644 appng-core/src/main/resources/db/migration/hsql/V2_0_0__add_platform_event.sql create mode 100644 appng-core/src/main/resources/db/migration/mssql/V3_0_0__add_platform_event.sql create mode 100644 appng-core/src/main/resources/db/migration/mysql/V3_0_0__add_platform_event.sql create mode 100644 appng-core/src/test/java/org/appng/api/messaging/TestReceiver.java create mode 100644 appng-core/src/test/java/org/appng/core/model/RepositoryUtilsTest.java create mode 100644 appng-core/src/test/java/org/appng/core/service/HsqlStarterTest.java create mode 100644 appng-maven-plugin/README.adoc delete mode 100644 appng-maven-plugin/README.md create mode 100644 appng-testsupport/src/test/resources/json/WritingJsonValidatorTest-testValidateObjectStrictOrder.json create mode 100644 appng-tools/src/test/java/org/appng/tools/os/OperatingSystemTest.java create mode 100644 appng-upngizr/README.adoc create mode 100644 appng-upngizr/pom.xml create mode 100644 appng-upngizr/src/main/java/org/appng/upngizr/controller/UpNGizr.java create mode 100644 appng-upngizr/src/main/java/org/appng/upngizr/controller/UpNGizrConfig.java create mode 100644 appng-upngizr/src/main/java/org/appng/upngizr/controller/Updater.java create mode 100644 appng-upngizr/src/main/resources/assets/ajax-loader.gif create mode 100644 appng-upngizr/src/main/resources/assets/logo.png create mode 100644 appng-upngizr/src/main/resources/log4j.properties create mode 100644 appng-upngizr/src/main/resources/updater.html create mode 100644 appng-upngizr/src/main/webapp/META-INF/context.xml create mode 100644 appng-upngizr/src/main/webapp/WEB-INF/upNGizr-servlet.xml create mode 100644 appng-upngizr/src/main/webapp/WEB-INF/web.xml create mode 100644 appng-upngizr/src/test/java/org/appng/upngizr/controller/UpdaterTest.java create mode 100644 appng-upngizr/src/test/resources/log4j.properties [Pipeline] sh [appng] Running shell script + git tag appng-1.17.0 [Pipeline] sh [appng] Running shell script + git push origin appng-1.17.0 To git@github.com:appNG/appng.git * [new tag] appng-1.17.0 -> appng-1.17.0 [Pipeline] sh [appng] Running shell script + git push warning: push.default is unset; its implicit value has changed in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the traditional behavior, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple When push.default is set to 'matching', git will push local branches to the remote branches that already exist with the same name. Since Git 2.0, Git defaults to the more conservative 'simple' behavior, which only pushes the current branch to the corresponding remote branch that 'git pull' uses to update the current branch. See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To git@github.com:appNG/appng.git d14dd13..ff78552 master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git show-ref --verify --quiet refs/heads/appng-1.17.x + git checkout appng-1.17.x Switched to branch 'appng-1.17.x' Your branch is ahead of 'origin/appng-1.17.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh [appng] Running shell script + sed -i s/1\.17\.0/1\.17\.1-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-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: {stable}/:current: {snapshot}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh [appng] Running shell script + git status On branch appng-1.17.x Your branch is ahead of 'origin/appng-1.17.x' by 1 commit. (use "git push" to publish your local commits) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tomcat7/pom.xml modified: appng-tomcat8/pom.xml modified: appng-tools/pom.xml modified: appng-upngizr/README.adoc modified: appng-upngizr/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml Untracked files: (use "git add ..." to include in what will be committed) appng-standalone/src/test/resources/xml/copyConfig.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh [appng] Running shell script + git commit -a -m preparing next version 1.17.1-SNAPSHOT [appng-1.17.x 3839a2a] preparing next version 1.17.1-SNAPSHOT 39 files changed, 57 insertions(+), 57 deletions(-) [appng] Running shell script + git push origin appng-1.17.x [Pipeline] sh To git@github.com:appNG/appng.git 13a63fa..3839a2a appng-1.17.x -> appng-1.17.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS